Skip to content

Commit

Permalink
Merge pull request #9 from AlteredConstants/master
Browse files Browse the repository at this point in the history
Change compile target to ES5 for IE support
  • Loading branch information
jsdevtom committed Feb 24, 2018
2 parents 98d1e45 + baa7bed commit cc645fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"compilerOptions": {
"target": "es6",
"target": "es5",
"module": "commonjs",
"lib": ["es2015"],
"declaration": true,
"outDir": "./dist",
"strict": true,
Expand Down

0 comments on commit cc645fe

Please sign in to comment.