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
10 lines
221 B
JSON
10 lines
221 B
JSON
{
|
|
"extends": "./tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": ["node", "vitest"]
|
|
},
|
|
"include": ["**/vite.config.*", "**/vitest.config.*", "**/vite.init.*"],
|
|
"exclude": ["docs"]
|
|
}
|