{ "compilerOptions": { "module": "CommonJS", "target": "ES2020", "outDir": "dist", "esModuleInterop": true }, "include": [ "bot/**/*" ] }