EvoCalculator.Client2/apps/api/tsconfig.build.json
2024-02-17 17:39:31 +03:00

5 lines
97 B
JSON

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