Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/tsconfig.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"allowSyntheticDefaultImports": true,
"preserveWatchOutput": true,
"strict": true,
"noUncheckedIndexedAccess": true,
"noUncheckedIndexedAccess": false,
Copy link
Contributor

@puehringer puehringer Mar 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I looked at this and it does effect non arrays as well, i.e. simple objects: https://www.typescriptlang.org/tsconfig/#noUncheckedIndexedAccess

I don't want to disable it for object access, as I think it is crucial there. Any alternative @dvmoritzschoefl?

"noImplicitReturns": true,
},
// Old "moduleResolution": "Node" option required for Cypress
Expand Down