client-magic-back/tsconfig.build.json
2025-01-17 19:44:36 +05:00

5 lines
97 B
JSON

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