fix(mining-service): 添加tsconfig include/exclude配置修复构建

This commit is contained in:
hailin 2026-01-14 03:48:18 -08:00
parent 0abc04b9cb
commit 901247366d
1 changed files with 3 additions and 1 deletions

View File

@ -20,5 +20,7 @@
"paths": { "paths": {
"@/*": ["src/*"] "@/*": ["src/*"]
} }
} },
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "prisma"]
} }