Skip to content

Commit

Permalink
target es6/es2015 for this SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
bennealon committed Sep 3, 2024
1 parent 30cd0fd commit 05ed218
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 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2020",
"target": "es6",
"useDefineForClassFields": true,
"lib": [
"es2020",
Expand Down

0 comments on commit 05ed218

Please sign in to comment.