Skip to content

Commit

Permalink
removed es2015 from tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Oct 6, 2024
1 parent f46a156 commit c8ada54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"allowJs": true,
"moduleResolution": "node",
"esModuleInterop": true,
"lib": ["es2015", "DOM", "es2016"]
"lib": ["DOM", "es2016"]
}
}

0 comments on commit c8ada54

Please sign in to comment.