Skip to content

Commit

Permalink
Merge pull request #36 from trunges21/main
Browse files Browse the repository at this point in the history
Change tsconfig target to es5
  • Loading branch information
coel authored Dec 6, 2023
2 parents 12c9db7 + 90d1265 commit 1317adb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"compilerOptions": {
"target": "esnext",
"target": "es5",
"module": "esnext",
"downlevelIteration": true,
"lib": ["esnext", "dom"],
"declaration": true,
"moduleResolution": "node",
Expand Down

0 comments on commit 1317adb

Please sign in to comment.