mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 03:08:21 +08:00
edaa6f6bc9
closes #8122
19 lines
429 B
JSON
19 lines
429 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"jsx": "preserve",
|
|
"lib": ["ES2018", "DOM", "DOM.Iterable"],
|
|
"types": ["unplugin-vue-define-options"]
|
|
},
|
|
"include": ["packages", "typings/components.d.ts", "typings/env.d.ts"],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/dist",
|
|
"**/__tests__/**/*",
|
|
"**/gulpfile.ts",
|
|
"**/test-helper",
|
|
"packages/test-utils"
|
|
]
|
|
}
|