localhost_oa_based/tsconfig.build.json

5 lines
108 B
JSON
Raw Normal View History

2024-10-16 11:30:51 +08:00
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "scripts", "test", "dist", "**/*spec.ts"]
}