From 446290306fbbd990b8bc855bbd5e8b66b3c0daea Mon Sep 17 00:00:00 2001 From: ZacAttack <60078656+DexrnZacAttack@users.noreply.github.com> Date: Thu, 2 May 2024 01:04:49 -0700 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index eedbd92..3257f02 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,15 +10,11 @@ "noEmit": true, "skipLibCheck": true, "strict": true, - "strictNullChecks": false, // temp, remove later on "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true, "noUncheckedIndexedAccess": true, "allowUnreachableCode": false, "noUnusedLocals": true, "noUnusedParameters": true - }, - "exclude": [ - "./dist/**/*" - ] + } }