mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-05 11:21:11 +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"
|
||
|
}
|
||
|
}
|