Skip to content

Commit 496d775

Browse files
Update lib/generators/react_on_rails/install_generator.rb
Co-authored-by: Alexey Romanov <[email protected]>
1 parent 9b278a1 commit 496d775

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/generators/react_on_rails/install_generator.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ def create_typescript_config
379379
"esModuleInterop" => true,
380380
"allowSyntheticDefaultImports" => true,
381381
"strict" => true,
382+
"noUncheckedIndexedAccess" => true,
382383
"forceConsistentCasingInFileNames" => true,
383384
"noFallthroughCasesInSwitch" => true,
384385
"module" => "esnext",

0 commit comments

Comments
 (0)