nestapp/tsconfig.build.json
Leon Zeng 313b997903 init
2024-04-09 15:18:18 +08:00

5 lines
106 B
JSON

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