diff --git a/tsconfig.json b/tsconfig.json index 2b6f52a..1e584bb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "lib": ["DOM", "DOM.Iterable", "ESNext"], "types": ["vite/client", "node", "electron", "jest"], "allowJs": false, - "skipLibCheck": false, + "skipLibCheck": true, "esModuleInterop": false, "allowSyntheticDefaultImports": true, "strict": true,