From 0e0b836b333fa5c05a2194a5527e60d95ba6a243 Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Mon, 2 Jun 2025 21:54:07 -0400 Subject: [PATCH] Remove commented out configuration --- tsconfig.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index f678e82..d7ac1e3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,10 +6,6 @@ "strict": true, "forceConsistentCasingInFileNames": true }, - // "include": [ - // "src/**/*", - // "types/non-webpack-require.d.ts" - // ], "exclude": [ "__test__" ]