Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
feat(typescript): Use tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Apr 25, 2017
1 parent 9ade922 commit b22b370
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"sourceMap": true,
"noEmitHelpers": true,
"noEmitOnError": true,
"importHelpers": true,
"baseUrl": "./lib",
"paths": [],
"lib": [
"dom",
"es6"
"es2015",
"es2015.iterable"
],
"types": [
"jasmine",
Expand Down

0 comments on commit b22b370

Please sign in to comment.