Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
Turning on importHelpers
Browse files Browse the repository at this point in the history
  • Loading branch information
rorticus committed Sep 8, 2017
1 parent 606a98a commit 499e736
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
"intern": "4.0.0-alpha.14",
"istanbul": "^0.4.3",
"typescript": "~2.4.1"
},
"dependencies": {
"tslib": "^1.7.1"
}
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"moduleResolution": "node",
"strictNullChecks": true,
"noImplicitThis": true,
"importHelpers": true,
"types": [ "intern" ],
"typeRoots": [
"./node_modules/@types",
Expand Down

0 comments on commit 499e736

Please sign in to comment.