Added tslib as dependency to not duplicate typescript helper code

This commit is contained in:
Alexander Cerutti
2021-02-05 08:11:06 +01:00
parent e7eb8c0e08
commit c9dc00050e
4 changed files with 8 additions and 0 deletions

5
package-lock.json generated
View File

@@ -209,6 +209,11 @@
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
"dev": true
},
"tslib": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
"integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
},
"typescript": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz",