mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
11 lines
219 B
JSON
11 lines
219 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
|
"include": ["packages/**/*", "vitest.setup.ts"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": ["DOM"],
|
|
"types": ["node"],
|
|
"jsx": "preserve"
|
|
}
|
|
}
|