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
239 B
JSON
11 lines
239 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
|
"include": ["packages/**/*.test.*", "packages/**/*.spec.*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": ["DOM"],
|
|
"types": ["node", "jest"],
|
|
"jsx": "preserve"
|
|
}
|
|
}
|