monorepo/apps/api/tsconfig.build.json

9 lines
157 B
JSON

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