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
17 lines
403 B
JSON
17 lines
403 B
JSON
{
|
|
"extends": "./tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": ["ES2021", "DOM", "DOM.Iterable"],
|
|
"types": ["node", "jsdom", "unplugin-vue-macros/macros-global"],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"packages/utils/vue3.3.polyfill.ts",
|
|
"packages",
|
|
"vitest.setup.ts",
|
|
"typings/env.d.ts"
|
|
],
|
|
"exclude": ["node_modules", "dist", "**/*.md"]
|
|
}
|