boilerplate-nestjs-api-crud/tsconfig.build.json
2023-04-17 10:20:39 +08:00

5 lines
105 B
JSON

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