mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-27 03:01:14 +08:00
7b7afc8f49
* refactor: improve tsconfig * chore: add cypress tsconfig
11 lines
237 B
JSON
11 lines
237 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
"include": ["./integration/**/*", "./support/**/*"],
|
|
"compilerOptions": {
|
|
"isolatedModules": false,
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress"]
|
|
}
|
|
}
|