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

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

12 lines
246 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.node.json",
"compilerOptions": {
"target": "ES2021",
"lib": ["ES2021"],
"types": ["node"],
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["**/*"]
}