{ "extends": "@buster/typescript-config/base.json", "compilerOptions": { "outDir": "dist", "rootDir": "src", "tsBuildInfoFile": "dist/.cache/tsbuildinfo.json" }, "include": ["src"], "exclude": ["node_modules", "dist", "**/*.test.tsx", "**/*.test.ts", "**/*.spec.ts"], "references": [{ "path": "../database" }, { "path": "../vitest-config" }] }