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
19 lines
420 B
JSON
19 lines
420 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": ["ESNext"],
|
|
"types": ["node"],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"internal/**/*",
|
|
"internal/**/*.json",
|
|
"scripts/**/*",
|
|
"packages/theme-chalk/*",
|
|
"packages/element-plus/version.ts",
|
|
"packages/element-plus/package.json"
|
|
],
|
|
"exclude": ["**/__tests__/**", "**/tests/**", "**/dist"]
|
|
}
|