digiHome-SP-NestJs/tsconfig.build.json
2023-07-24 14:19:23 +08:00

5 lines
97 B
JSON

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