Skip to content

Commit

Permalink
[plugins/arcgis] update lib names in web-app tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
restjohn committed Jun 25, 2024
1 parent 7db42d8 commit 679be22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/arcgis/web-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"module": "es2020",
"module": "ES2020",
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"target": "ES2020",
"lib": [
"es2018",
"dom"
"ES2020",
"DOM"
],
"paths": {
"mage-arc-web": [
Expand Down

0 comments on commit 679be22

Please sign in to comment.