system_info_server/tsconfig.build.json
2025-06-20 15:54:04 +08:00

5 lines
97 B
JSON

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