Skip to content

Commit

Permalink
changed ES target to ES5
Browse files Browse the repository at this point in the history
  • Loading branch information
azharizkita committed Aug 12, 2021
1 parent ae27735 commit 674b11c
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
@@ -1,7 +1,7 @@
{
"include": ["src", "types"],
"compilerOptions": {
"target": "ESNext",
"target": "ES5",
"module": "ESNext",
"lib": ["ESNext"],
"declaration": true,
Expand Down

0 comments on commit 674b11c

Please sign in to comment.