targo-backend/tsconfig.build.json
Matthieu Haineault e22c33b29e first commit
2025-07-15 10:41:53 -04:00

5 lines
97 B
JSON

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