From 04be97ce48a5af59ffbe98cd1ad5d8e27c0e4524 Mon Sep 17 00:00:00 2001 From: Richard Attermeyer Date: Mon, 29 Jan 2024 10:38:33 +0100 Subject: [PATCH] WIP: update --- frontend/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 28cce91..d64906e 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -1,6 +1,7 @@ { "include": ["remix.env.d.ts", "**/*.ts", "**/*.tsx"], "compilerOptions": { + "skipLibCheck": true, "lib": ["DOM", "DOM.Iterable", "ES2022"], "isolatedModules": true, "esModuleInterop": true,