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

View File

@@ -4,6 +4,7 @@
"target": "es2018",
"esModuleInterop": true,
"newLine": "LF",
"importHelpers": true
},
"exclude": [
"node_modules/"