Skip to content

Commit

Permalink
Update target too
Browse files Browse the repository at this point in the history
  • Loading branch information
BPScott committed Apr 24, 2021
1 parent 7170aa0 commit 2a82ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/typescript-configs/CHANGELOG.md
Expand Up @@ -9,8 +9,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

### Breaking Change

Increased the base lib target to es2020 in both `base.json` and `dom.json`. This allows for a greater range of standard features to be define. We expect typescript will be ran through Babel to transpile all features required for your target environment [[#239](https://github.com/Shopify/web-configs/pull/239)]

Increased the target and lib definitions to es2020 in both `base.json` and `dom.json`. This allows for a greater range of standard features to be defined and used. We expect typescript will be ran through Babel to downlevel/polyfill all features required for your target environment [[#239](https://github.com/Shopify/web-configs/pull/239)]

## 4.0.0 - 2021-02-24

Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-configs/dom.json
Expand Up @@ -9,7 +9,7 @@
"es2020"
],
"module": "esnext",
"target": "es2017"
"target": "es2020"
},
"files": ["./definitions/images.d.ts", "./definitions/styles.d.ts"]
}

0 comments on commit 2a82ffc

Please sign in to comment.