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