Server/tsconfig.build.json
2024-11-23 01:37:22 +01:00

5 lines
95 B
JSON

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