Skip to content

Commit

Permalink
Merge pull request #101 from Esri/kellyhutchins-patch-1
Browse files Browse the repository at this point in the history
Update tsconfig.json
  • Loading branch information
kellyhutchins authored Aug 31, 2023
2 parents 69721f1 + 03709f0 commit cd574e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"declaration": false,
"noImplicitAny": false,
"module": "amd",
"target": "es5",
"target": "ES2020",
"lib": [
"dom",
"es5",
Expand Down Expand Up @@ -41,4 +41,4 @@
"./node_modules/dojo-typings/dojox/1.11/index.d.ts",
"./node_modules/dojo-typings/dojox/1.11/modules.d.ts"
]
}
}

0 comments on commit cd574e8

Please sign in to comment.