mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
WIP
This commit is contained in:
@@ -4,5 +4,7 @@
|
||||
"jsx": "preserve",
|
||||
"jsxImportSource": "vue",
|
||||
"lib": ["ESNext", "DOM", "DOM.Iterable"]
|
||||
}
|
||||
},
|
||||
"include": ["**/*.ts", "**/*.vue"],
|
||||
"exclude": ["**/__tests__"]
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "NODE_OPTIONS=--experimental-import-meta-resolve vite",
|
||||
"dev": "vite",
|
||||
"postinstall": "node ./scripts/init.js"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user