element-plus/build/tsconfig.json
2021-11-24 13:49:49 +08:00

10 lines
162 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"target": "ESNext",
"lib": ["ESNext"]
},
"include": ["**/*.ts"]
}