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:
parent
ad6a16ca89
commit
929f771b7c
@ -23,6 +23,7 @@
|
|||||||
"noFallthroughCasesInSwitch": true,
|
"noFallthroughCasesInSwitch": true,
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
|
"skipLibCheck": true,
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@*": ["src/renderer*"],
|
"@*": ["src/renderer*"],
|
||||||
|
Loading…
Reference in New Issue
Block a user