mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 02:08:12 +08:00
7ff199c60f
* fix(build): enhance type check * feat: stricter ts check
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/**/*"
|
|
]
|
|
}
|