Files
nestjs-todos-multi-tenant/tsconfig.build.json
2026-02-16 09:52:03 +09:00

5 lines
97 B
JSON

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