Skip to content

Commit

Permalink
set typescript target to ES5
Browse files Browse the repository at this point in the history
  • Loading branch information
nsivertsen committed Sep 4, 2018
1 parent b957e3c commit 85b82e9
Show file tree
Hide file tree
Showing 10 changed files with 1,430 additions and 1,354 deletions.
693 changes: 356 additions & 337 deletions dist/prismic-javascript.browser.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/prismic-javascript.browser.js.map

Large diffs are not rendered by default.

693 changes: 356 additions & 337 deletions dist/prismic-javascript.browser.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/prismic-javascript.browser.mjs.map

Large diffs are not rendered by default.

693 changes: 356 additions & 337 deletions dist/prismic-javascript.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/prismic-javascript.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/prismic-javascript.min.js

Large diffs are not rendered by default.

693 changes: 356 additions & 337 deletions dist/prismic-javascript.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/prismic-javascript.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"removeComments": false,
"sourceMap": true,
"lib": ["ES5", "ES6", "DOM"],
"target": "ES6",
"target": "ES5",
"module": "ES6",
"baseUrl": "."
},
Expand Down

0 comments on commit 85b82e9

Please sign in to comment.