Skip to content

Commit d0705d5

Browse files
cmdcolinclaude
andcommitted
Enable noUncheckedIndexedAccess: true in tsconfig
Better type safety for array/object access. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 565c72f commit d0705d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"rewriteRelativeImportExtensions": true,
1616
"esModuleInterop": true,
1717
"skipLibCheck": true,
18+
"noUncheckedIndexedAccess": true,
1819
"allowJs": true
1920
}
2021
}

0 commit comments

Comments
 (0)