{ "extends": "../../tsconfig.base.json", "compilerOptions": { "module": "ESNext", "moduleResolution": "bundler", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "target": "ES6", "strict": true, "outDir": "dist", "types": [ "node" ], "rootDir": "src", "tsBuildInfoFile": "dist/tsconfig.app.tsbuildinfo" }, "include": [ "src/**/*.ts" ], "exclude": [ "eslint.config.js", "eslint.config.cjs", "eslint.config.mjs" ] }