{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "./dist", "rootDir": "src", "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"] }