Skip to content

Commit 9b278a1

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/generators/react_on_rails/install_generator.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ def create_typescript_config
374374
tsconfig_content = {
375375
"compilerOptions" => {
376376
"target" => "es2018",
377-
"lib" => ["dom", "dom.iterable", "es6"],
378377
"allowJs" => true,
379378
"skipLibCheck" => true,
380379
"esModuleInterop" => true,

0 commit comments

Comments
 (0)