Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
fixes build breakage introduced with the importHelpers option
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Benin committed Dec 14, 2016
1 parent b6fbefe commit 6ec19ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
},
"homepage": "https://github.com/BendingBender/tslint-rules#readme",
"dependencies": {
"lodash": "^4.16.4",
"tslib": "^1.2.0"
"lodash": "^4.16.4"
},
"devDependencies": {
"@types/lodash": "^4.14.37",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"allowSyntheticDefaultImports": false,
"alwaysStrict": false,
"baseUrl": "./src",
"importHelpers": true,
"importHelpers": false,
"emitDecoratorMetadata": false,
"experimentalDecorators": false,
"lib": [
Expand Down

0 comments on commit 6ec19ff

Please sign in to comment.