fix: ts提示
This commit is contained in:
@ -20,9 +20,6 @@
|
||||
"./packages/*"
|
||||
]
|
||||
},
|
||||
"noImplicitAny": false,
|
||||
"types": [
|
||||
"element-plus/global"
|
||||
]
|
||||
"noImplicitAny": false
|
||||
}
|
||||
}
|
@ -7,6 +7,11 @@
|
||||
"path": "./tsconfig.app.json"
|
||||
}
|
||||
],
|
||||
"compilerOptions": {
|
||||
"types": [
|
||||
"element-plus/global"
|
||||
]
|
||||
},
|
||||
"ts-node": {
|
||||
"compilerOptions": {
|
||||
"module": "CommonJS",
|
||||
|
Reference in New Issue
Block a user