mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-27 03:01:14 +08:00
10 lines
162 B
JSON
10 lines
162 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"module": "CommonJS",
|
||
|
"target": "ESNext",
|
||
|
"lib": ["ESNext"]
|
||
|
},
|
||
|
"include": ["**/*.ts"]
|
||
|
}
|