mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
12 lines
258 B
JSON
12 lines
258 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
|
"include": ["../packages/components/**/ssr/*.vue"],
|
|
"compilerOptions": {
|
|
"isolatedModules": false,
|
|
"module": "ESNext",
|
|
"target": "ES5",
|
|
"lib": ["ES5", "DOM"],
|
|
"jsx": "preserve"
|
|
}
|
|
}
|