Files
template-fullstack-monorepo/apps/backend/tsconfig.build.json
2025-07-26 17:36:27 +02:00

5 lines
97 B
JSON

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