Skip to content

Commit

Permalink
(newapp) Update TypeScript Default Config: Safety for indexAccess (#2291
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ericvicenti authored May 3, 2021
1 parent ada8e2d commit 3bc1149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/generator/templates/app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"noUncheckedIndexedAccess": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
Expand Down

0 comments on commit 3bc1149

Please sign in to comment.