Files
Homarr/apps/nestjs/tsconfig.build.json
2024-03-03 21:07:27 +01:00

5 lines
89 B
JSON

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