diff --git a/tsconfig.json b/tsconfig.json index 974adc2c..afbdaecc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,6 +23,7 @@ "noFallthroughCasesInSwitch": true, "moduleResolution": "node", "esModuleInterop": true, + "skipLibCheck": true, "baseUrl": "./", "paths": { "@*": ["src/renderer*"],