Skip to content

Commit

Permalink
Merge pull request #64 from ristomcgehee/update-js-target
Browse files Browse the repository at this point in the history
Update JS language target
  • Loading branch information
seanpmorgan authored Oct 16, 2023
2 parents 627fb6d + 751be86 commit 99ce964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion javascript-sdk/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "es2015",
"lib": ["dom", "dom.iterable", "esnext"],
"module": "UMD",
"strict": true,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "es2015",
"rootDir": "./",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
Expand Down

0 comments on commit 99ce964

Please sign in to comment.