mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
7ff199c60f
* fix(build): enhance type check * feat: stricter ts check
13 lines
284 B
JSON
13 lines
284 B
JSON
{
|
|
"extends": "../tsconfig.node.json",
|
|
"include": ["../packages/components/**/ssr/*.vue", "**/*"],
|
|
"compilerOptions": {
|
|
"isolatedModules": false,
|
|
"module": "ESNext",
|
|
"target": "ES5",
|
|
"lib": ["ES5", "DOM"],
|
|
"jsx": "preserve",
|
|
"esModuleInterop": true
|
|
}
|
|
}
|