element-plus/build/tsconfig.json

12 lines
246 B
JSON
Raw Normal View History

2021-11-24 13:49:49 +08:00
{
"extends": "@vue/tsconfig/tsconfig.node.json",
2021-11-24 13:49:49 +08:00
"compilerOptions": {
"target": "ES2021",
"lib": ["ES2021"],
"types": ["node"],
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
2021-11-24 13:49:49 +08:00
},
"include": ["**/*"]
2021-11-24 13:49:49 +08:00
}