From b0628a08d849eec277b6f671be06537d5f951ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Connor=20B=C3=A4r?= Date: Mon, 4 Dec 2023 12:02:06 +0100 Subject: [PATCH] Skip type checking node modules in the Remix template --- packages/remix-template/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/remix-template/tsconfig.json b/packages/remix-template/tsconfig.json index 86f768ebe5..b500a25fb5 100644 --- a/packages/remix-template/tsconfig.json +++ b/packages/remix-template/tsconfig.json @@ -11,6 +11,7 @@ "strict": true, "allowJs": true, "forceConsistentCasingInFileNames": true, + "skipLibCheck": true, "baseUrl": ".", "paths": { "~/*": ["./app/*"]