element-plus/play/tsconfig.json

14 lines
330 B
JSON
Raw Normal View History

2021-11-24 13:49:49 +08:00
{
"extends": "@vue/tsconfig/tsconfig.web.json",
2021-11-24 13:49:49 +08:00
"compilerOptions": {
"allowJs": true,
"lib": ["ESNext", "DOM"],
"types": ["node", "vite/client", "../typings/components"],
"paths": {
"element-plus": ["../packages/element-plus"]
},
"allowSyntheticDefaultImports": true
2021-11-24 13:49:49 +08:00
},
"include": ["**/*"]
}