Files
backend/tsconfig.build.json
Ammar Qaffaf 6c861f88e8 initial commit
2024-02-12 23:28:26 +03:00

5 lines
97 B
JSON

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