FluidFramework icon indicating copy to clipboard operation
FluidFramework copied to clipboard

test Enabling noUncheckedIndexedAccess across FF repo

Open RishhiB opened this issue 9 months ago • 0 comments

semver-ts.org describes some build settings all TypeScript library authors must enable, noUncheckedIndexedAccess is one of them. Enabling it for our repo in this PR. This causes many packages to throw errors. Most patterns to handle these errors are in this PR.

AB#8109

RishhiB avatar May 28 '24 22:05 RishhiB