Skip to content

Commit

Permalink
fix(typescript): Fix typescript 2.4 compatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jun 29, 2017
1 parent 1280706 commit d0c46ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"target": "es5",
"lib": [ "es6", "dom" ],
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"outDir": "lib",
"declaration": true,
"sourceMap": true
Expand Down

0 comments on commit d0c46ce

Please sign in to comment.