mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* fix(types): cannot find declare module types from installed packages * fix(types): play global type error * fix(types): typecheck error
25 lines
502 B
JSON
25 lines
502 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"jsx": "preserve",
|
|
"lib": ["ES2018", "DOM", "DOM.Iterable"],
|
|
"types": ["unplugin-vue-macros/macros-global"],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"packages/utils/vue3.3.polyfill.ts",
|
|
"packages",
|
|
"typings/env.d.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/dist",
|
|
"**/__tests__/**/*",
|
|
"**/gulpfile.ts",
|
|
"**/test-helper",
|
|
"packages/test-utils",
|
|
"**/*.md"
|
|
]
|
|
}
|