NestjsDemo/tsconfig.build.json
2023-11-13 15:31:26 +08:00

5 lines
97 B
JSON

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