Skip to content

Commit

Permalink
chore: changed build target to es2016
Browse files Browse the repository at this point in the history
close #1200
  • Loading branch information
johnsoncodehk committed Apr 15, 2022
1 parent 0a3d7b6 commit 183c80d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.base.json
@@ -1,9 +1,9 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ES2016",
"lib": [
"WebWorker",
"ES2020"
"ES2016"
],
"module": "commonjs",
"moduleResolution": "node",
Expand Down

0 comments on commit 183c80d

Please sign in to comment.