diff --git a/tsconfig.json b/tsconfig.json index 56402e7..ea3f593 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,6 +31,11 @@ "noImplicitThis": true, "strict": true, + // See + // These 2 options are also part of the recommended tsconfig as of TS 5.9 + "noUncheckedIndexedAccess": true, + "exactOptionalPropertyTypes": true, + // // Any imports or exports without a type modifier are left around. This is important for `