Files
travel-planner/backend/tsconfig.build.json
Bastian Wagner feff7c717e initial
2026-08-17 12:49:36 +02:00

5 lines
97 B
JSON

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