Files
vercel__workflow/workbench/nest/tsconfig.build.json
2026-01-26 13:31:22 -08:00

5 lines
117 B
JSON

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