Files
boilarplate-nestjs/tsconfig.build.json
2024-09-20 20:21:19 +05:30

5 lines
97 B
JSON

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