mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
88e1f2de7e
* chore: improve intellisense in codebase * bump unplugin-vue-components
21 lines
449 B
JSON
21 lines
449 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", "typings/env.d.ts"],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/dist",
|
|
"**/__tests__/**/*",
|
|
"**/gulpfile.ts",
|
|
"**/test-helper",
|
|
"packages/test-utils",
|
|
"**/*.md"
|
|
]
|
|
}
|