{ "compilerOptions": { "module": "commonjs", "moduleResolution": "bundler", "esModuleInterop": true, "isolatedModules": true, "declaration": false, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "ES2023", "sourceMap": true, "outDir": "./dist", "types": ["node", "jest"], "incremental": true, "skipLibCheck": true, "strictNullChecks": true, "forceConsistentCasingInFileNames": true, "noImplicitAny": false, "strictBindCallApply": false, "noFallthroughCasesInSwitch": false }, "include": ["src/**/*", "test/**/*"], "exclude": ["node_modules", "dist"] }