Skip to content

Commit

Permalink
use tslib in common
Browse files Browse the repository at this point in the history
  • Loading branch information
rezonant committed May 23, 2020
1 parent f1b75f1 commit 60e4a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"dependencies": {
"dotenv": "^6.2.0",
"rxjs": "^6.3.1",
"tslib": "^2.0.0",
"zones": "0.0.1"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"module": "commonjs",
"moduleResolution": "node",
"preserveSymlinks": true,
"importHelpers": true,
"typeRoots": [
"./node_modules/@types"
],
Expand Down

0 comments on commit 60e4a50

Please sign in to comment.