element-plus/play/tsconfig.json
三咲智子 7b7afc8f49
refactor: improve tsconfig (#5993)
* refactor: improve tsconfig

* chore: add cypress tsconfig
2022-02-15 14:45:50 +08:00

11 lines
257 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.web.json",
"compilerOptions": {
"allowJs": true,
"lib": ["ESNext", "DOM"],
"types": ["node", "vite/client", "../typings/components"],
"allowSyntheticDefaultImports": true
},
"include": ["**/*"]
}