Files
Obosky_Ronghua/serve/tsconfig.build.json
2023-10-17 09:15:30 +08:00

5 lines
97 B
JSON

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