element-plus/build/tsconfig.json

10 lines
162 B
JSON
Raw Normal View History

2021-11-24 13:49:49 +08:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"target": "ESNext",
"lib": ["ESNext"]
},
"include": ["**/*.ts"]
}