mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-01 02:37:46 +08:00
55348b30b6
* style: use prettier * style: just prettier format, no code changes * style: eslint fix object-shorthand, prefer-const * style: fix no-void * style: no-console
12 lines
213 B
JSON
12 lines
213 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"rootDir": ".",
|
|
"declaration": true,
|
|
"lib": ["ES2020", "DOM"],
|
|
"skipLibCheck": true,
|
|
"target": "es6",
|
|
"moduleResolution": "node"
|
|
}
|
|
}
|