Engine/apps/backend/tsconfig.build.json
2024-06-27 18:21:33 +02:00

4 lines
97 B
JSON

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