Files
bandada/apps/api/tsconfig.build.json
2024-03-04 11:43:46 +01:00

5 lines
109 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "dist", "**/*spec.ts", "**/*.test.ts"]
}