nest-admin-main/tsconfig.build.json

5 lines
108 B
JSON
Raw Permalink Normal View History

2024-09-11 16:32:57 +08:00
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "scripts", "test", "dist", "**/*spec.ts"]
}