Skip to content

Commit 4f043d5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/react_on_rails/install_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def create_typescript_config
383383
"forceConsistentCasingInFileNames" => true,
384384
"noFallthroughCasesInSwitch" => true,
385385
"module" => "esnext",
386-
"moduleResolution" => "node",
386+
"moduleResolution" => "bundler",
387387
"resolveJsonModule" => true,
388388
"isolatedModules" => true,
389389
"noEmit" => true,

0 commit comments

Comments
 (0)