mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
7b7afc8f49
* refactor: improve tsconfig * chore: add cypress tsconfig
11 lines
257 B
JSON
11 lines
257 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"lib": ["ESNext", "DOM"],
|
|
"types": ["node", "vite/client", "../typings/components"],
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["**/*"]
|
|
}
|