mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-21 02:50:11 +08:00
15 lines
309 B
JSON
15 lines
309 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"module": "ESNext",
|
|
"lib": ["ESNext", "DOM"],
|
|
"types": ["../typings/global"],
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": "."
|
|
},
|
|
"include": ["**/*"]
|
|
}
|