Skip to content

Commit

Permalink
feat: create ES5 output for IE11 compatibility. (#696)
Browse files Browse the repository at this point in the history
Co-authored-by: Doug Swain <doug.swain@honeywell.com>
Co-authored-by: Simen A. W. Olsen <so@bjerk.io>
  • Loading branch information
3 people committed Sep 26, 2021
1 parent 0969f96 commit 4d9712c
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": {
"outDir": "build",
"target": "es6",
"target": "ES5",
"lib": ["es2015", "es2016", "dom", "dom.iterable"],
"allowJs": false,
"skipLibCheck": true,
Expand Down

0 comments on commit 4d9712c

Please sign in to comment.