Files
team-planner/backend/tsconfig.build.json
2025-12-29 16:58:56 +03:00

5 lines
97 B
JSON

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