InvestmentsControl/server/tsconfig.build.json
2025-08-10 15:56:07 +03:00

5 lines
97 B
JSON

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