mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-24 01:18:34 +08:00
chore(node-utils): migrate build to tsdown
This commit is contained in:
8
internal/node-utils/tsconfig.build.json
Normal file
8
internal/node-utils/tsconfig.build.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": false
|
||||
},
|
||||
"exclude": ["node_modules", "src/__tests__"]
|
||||
}
|
||||
Reference in New Issue
Block a user