Skip to content

Commit

Permalink
Changed my mind about noUncheckedIndexedAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
Cipscis committed Nov 3, 2023
1 parent 5c2d3e1 commit 62c3b23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions scripts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
// Strict mode should really be a default
// https://www.typescriptlang.org/tsconfig#strict
"strict": true,
// Increased strictness for dynamic property access
// https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess
"noUncheckedIndexedAccess": true,

// Use Node module resolution, since this code is run using `ts-node`
// https://www.typescriptlang.org/tsconfig#moduleResolution
Expand Down
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
// Strict mode should really be a default
// https://www.typescriptlang.org/tsconfig#strict
"strict": true,
// Increased strictness for dynamic property access
// https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess
"noUncheckedIndexedAccess": true,

// Don't require file extensions or relative paths in imports
// https://www.typescriptlang.org/tsconfig#moduleResolution
Expand Down

0 comments on commit 62c3b23

Please sign in to comment.