FluidFramework
FluidFramework copied to clipboard
test Enabling noUncheckedIndexedAccess across FF repo
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.