diff --git a/config/tsconfig.template.json b/config/tsconfig.template.json index cc0bfaa..83f7fe5 100755 --- a/config/tsconfig.template.json +++ b/config/tsconfig.template.json @@ -17,7 +17,7 @@ "allowSyntheticDefaultImports": true, "preserveWatchOutput": true, "strict": true, - "noUncheckedIndexedAccess": true, + "noUncheckedIndexedAccess": false, "noImplicitReturns": true, }, // Old "moduleResolution": "Node" option required for Cypress