mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
5 lines
117 B
JSON
5 lines
117 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": ["node_modules", "dist", ".nestjs", "**/*.spec.ts", "**/*.test.ts"]
|
|
}
|