mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 11:17:46 +08:00
19 lines
313 B
JSON
19 lines
313 B
JSON
|
{
|
||
|
"extends": "./tsconfig.web.json",
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
||
|
"types": []
|
||
|
},
|
||
|
"include": [
|
||
|
"packages",
|
||
|
"typings/components.d.ts",
|
||
|
"env.d.ts",
|
||
|
|
||
|
// playground
|
||
|
"play/main.ts",
|
||
|
"play/env.d.ts",
|
||
|
"play/src/**/*"
|
||
|
]
|
||
|
}
|