Skip to content

Commit

Permalink
Raise target to ES5
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Feb 22, 2021
1 parent 0660fd3 commit 1783621
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 @@ -3,7 +3,7 @@
"compilerOptions": {
"declaration": true,
"sourceMap": true,
"lib": ["es2016"],
"target": "ES5",
"rootDir": "src",
"outDir": "dist",
"strict": true,
Expand Down

0 comments on commit 1783621

Please sign in to comment.