platform-codebase/@packages/@infrastructure/health-client/tsconfig.json
2026-02-23 16:52:53 -08:00

9 lines
226 B
JSON
Executable file

{
"extends": "@lilith/configs/typescript/nestjs",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
}