Files
rent/apps/server/tsconfig.build.json
2026-04-21 20:12:05 +08:00

5 lines
97 B
JSON

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