Files
aeroresolve_backend/tsconfig.build.json
T

5 lines
97 B
JSON
Raw Normal View History

2026-07-06 13:16:46 +05:30
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}