1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-18 19:54:17 +01:00

Specify skipLibCheck for element-plus

Because element-plus 2.1 has a bug regarding typecheck.
I'm waiting for https://github.com/element-plus/element-plus/issues/7265
This commit is contained in:
AkiraFukushima 2022-05-28 13:44:06 +09:00
parent ad6a16ca89
commit 929f771b7c
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957

View File

@ -23,6 +23,7 @@
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"baseUrl": "./",
"paths": {
"@*": ["src/renderer*"],