boilerplate-nestjs-api-crud/tsconfig.build.json

10 lines
128 B
JSON

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