mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
60cb2262f9
* feat: move /typings/components.d.ts to /typings/global.d.ts * feat: use /typings/global.d.ts file * chore: adjust the order for global.d.ts
18 lines
300 B
JSON
18 lines
300 B
JSON
{
|
|
"extends": "./tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"]
|
|
},
|
|
"include": [
|
|
"packages",
|
|
"typings/global.d.ts",
|
|
"typings/env.d.ts",
|
|
|
|
// playground
|
|
"play/main.ts",
|
|
"play/env.d.ts",
|
|
"play/src/**/*"
|
|
]
|
|
}
|