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

Commit

Permalink
Added tslib. (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline authored Apr 16, 2017
1 parent 458e066 commit f14d9a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"webpack-dev-server": "2.1.0-beta.12"
},
"dependencies": {
"preact": "8.1.0"
"preact": "8.1.0",
"tslib": "1.6.0"
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"lib": [
"dom", "es2015"
],
"jsxFactory": "h"
"jsxFactory": "h",
"noEmitHelpers": true
}
}
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5163,6 +5163,10 @@ tr46@~0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"

tslib@1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.6.0.tgz#cf36c93e02ae86a20fc131eae511162b869a6652"

tslint-loader@3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/tslint-loader/-/tslint-loader-3.3.0.tgz#6e6a50fc82e85ff3d1cb53e23dd24ae9e47d91ea"
Expand Down

0 comments on commit f14d9a5

Please sign in to comment.