system_info_server/tsconfig.build.json

5 lines
82 B
JSON
Raw Normal View History

2025-06-20 15:54:04 +08:00
{
"extends": "./tsconfig.json",
2025-06-25 10:52:26 +08:00
"exclude": [ "test", "dist", "**/*spec.ts"]
2025-06-20 15:54:04 +08:00
}