SiKai/server/tsconfig.build.json
2024-10-13 05:47:02 +00:00

5 lines
97 B
JSON

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