mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
7b7afc8f49
* refactor: improve tsconfig * chore: add cypress tsconfig
12 lines
246 B
JSON
12 lines
246 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"lib": ["ES2021"],
|
|
"types": ["node"],
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["**/*"]
|
|
}
|