fix(mining-service): 添加tsconfig include/exclude配置修复构建
This commit is contained in:
parent
0abc04b9cb
commit
901247366d
|
|
@ -20,5 +20,7 @@
|
|||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules", "dist", "prisma"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue