mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 20:27:44 +08:00
12 lines
214 B
JSON
12 lines
214 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"rootDir": ".",
|
|
"declaration": true,
|
|
"lib": ["ES2020", "DOM"],
|
|
"skipLibCheck": true,
|
|
"target": "es6",
|
|
"moduleResolution": "node"
|
|
},
|
|
}
|