Skip to content

Commit

Permalink
feat: changed tsonfig to target es6 (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleySuira authored Jun 6, 2022
1 parent f91df6a commit 723e251
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 @@ -7,7 +7,7 @@
"noImplicitAny": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"target": "es5",
"target": "es6",
"sourceMap": true,
"moduleResolution": "node",
"resolveJsonModule": true,
Expand Down

0 comments on commit 723e251

Please sign in to comment.