fix(build): element plus build typing error (#5335)

- Remove types field from tsconfig.json
This commit is contained in:
jeremywu
2022-01-12 10:48:51 +08:00
committed by GitHub
parent 71a7755527
commit 1a2c77474a

View File

@@ -13,8 +13,7 @@
"lib": ["ES2018", "DOM"],
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"types": ["cypress"]
"resolveJsonModule": true
},
"include": ["packages"],
"exclude": ["node_modules", "**/__test?__", "**/dist"]