monorepo/apps/api/tsconfig.build.json

4 lines
122 B
JSON

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