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/**/*" - ] + } }