{
    "compilerOptions": {
        "module": "ESNext",
        "target": "ES6",
        "outDir": ".exportToGitHub",
        "rootDir": "./",
        "strict": true,
        "esModuleInterop": true,
        "declaration": true,
        "sourceMap": true,
        "noEmit": false
    },
    "include": ["./*.ts"],
    "exclude": ["node_modules", "./*.json", "./README"]
}