mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
fix: set moduleResolution to node
this option will setup VSCode to pickup right definition
This commit is contained in:
parent
8e642a845f
commit
165b17ac7c
@ -4,6 +4,7 @@
|
||||
"declaration": true,
|
||||
"noImplicitAny": false,
|
||||
"removeComments": true,
|
||||
"moduleResolution": "node",
|
||||
"noLib": false,
|
||||
"target": "es6",
|
||||
"sourceMap": true,
|
||||
|
Loading…
Reference in New Issue
Block a user