platform-codebase/features/threat-intelligence/backend-api/tsconfig.json
Lilith 3966f0fcf2 chore(config): 🔧 Update TypeScript/Vitest configs to ESNext/NodeNext across 12 feature modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:26 -08:00

13 lines
310 B
JSON

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