Skip to content

Commit

Permalink
fix: target->es2018
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkryukov committed Dec 17, 2024
1 parent 22a1d11 commit 6033777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
.vscode/*
!.vscode/settings.json
2 changes: 1 addition & 1 deletion javascript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"removeComments": false,
"sourceMap": true,
"strictNullChecks": true,
"target": "es2015"
"target": "es2018"
},
"include": ["*.ts", "tests"],
"exclude": ["node_modules", "dist"]
Expand Down

0 comments on commit 6033777

Please sign in to comment.