From 8b5332ba9f6b5108580c70bbf95a34bde8e965ae Mon Sep 17 00:00:00 2001 From: Mark Mankarious Date: Sat, 5 Aug 2023 09:52:28 +0100 Subject: [PATCH] revert: fix: excludes node_modules from type checking --- tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 80e50bd..710f488 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,9 +15,6 @@ "allowSyntheticDefaultImports": true, "strict": true, }, - "exclude": [ - "./node_modules", - ], "include": [ "src/**/*.ts", "src/**/*.tsx",