mirror of
https://github.com/element-plus/element-plus.git
synced 2025-04-06 16:30:35 +08:00
chore: update tsconfig (#7231)
This commit is contained in:
parent
dd84f90946
commit
385de298e7
@ -3,9 +3,9 @@
|
||||
"include": ["../packages/components/**/ssr/*.vue"],
|
||||
"compilerOptions": {
|
||||
"isolatedModules": false,
|
||||
"module": "esnext",
|
||||
"target": "es5",
|
||||
"lib": ["es5", "dom"],
|
||||
"module": "ESNext",
|
||||
"target": "ES5",
|
||||
"lib": ["ES5", "DOM"],
|
||||
"jsx": "preserve"
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"extends": "@vue/tsconfig/tsconfig.web.json",
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"module": "ES6",
|
||||
"module": "ESNext",
|
||||
"target": "ES2018",
|
||||
"noImplicitAny": false,
|
||||
"declaration": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user