Skip to content

Commit

Permalink
Typescript traget ES2016 -> ES2015
Browse files Browse the repository at this point in the history
To try to solve the ** -> Math.pow() conversion error

#87
#82
  • Loading branch information
assafmo committed Jun 6, 2022
1 parent e55717c commit 4a6243d
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 @@
{
/* Visit https://aka.ms/tsconfig.json to read more about this file */
"compilerOptions": {
"target": "ES2016",
"target": "ES2015",
"module": "commonjs",
"declaration": true,
"declarationMap": true,
Expand Down

0 comments on commit 4a6243d

Please sign in to comment.