xiaoju-survey/server/tsconfig.build.json
2024-02-06 21:32:34 +08:00

5 lines
110 B
JSON

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