mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-27 03:01:14 +08:00
11 lines
209 B
JSON
11 lines
209 B
JSON
|
{
|
||
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
||
|
"include": ["packages/**/*.vitest.*"],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"lib": ["DOM"],
|
||
|
"types": ["node"],
|
||
|
"jsx": "preserve"
|
||
|
}
|
||
|
}
|