Use tslib in client
authorChocobozzz <me@florianbigard.com>
Fri, 5 Jun 2020 08:05:29 +0000 (10:05 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 9 Jun 2020 12:52:55 +0000 (14:52 +0200)
client/package.json
client/tsconfig.json
client/yarn.lock

index 474763d35910229cd7fcd1b1b9fa02460c2ddfbc..93c4cef37a5ae1b56ee13eeeaffd24cd779dfb15 100644 (file)
     "stream-browserify": "^3.0.0",
     "stream-http": "^3.0.0",
     "terser-webpack-plugin": "^3.0.0",
+    "tslib": "^2.0.0",
     "tslint": "^6.1.0",
     "tslint-angular": "^3.0.2",
     "tslint-config-standard": "^9.0.0",
     "@ngx-i18nsupport/tooling": "^8.0.3",
     "junk": "^3.1.0",
     "punycode": "^2.1.1",
-    "simple-get": "^3.1.0",
-    "tslib": "^1.10.0"
+    "simple-get": "^3.1.0"
   }
 }
index ce83a4f11c41685d0fb5a779d23de37c836d368b..752f5b35f66174e2bc2dc43ac11910eeee54365f 100644 (file)
@@ -13,6 +13,7 @@
     "noImplicitThis": true,
     "suppressImplicitAnyIndexErrors":true,
     "alwaysStrict": true,
+    "importHelpers": true,
     "strictBindCallApply": true,
     "target": "es2015",
     "typeRoots": [
index 170d21c63b8712bb2e01ae9f2c3c81448c7f6877..dba4c91b90ccd1b31bbffbc6daa466f56d77f9f8 100644 (file)
@@ -11184,6 +11184,11 @@ tslib@^1.10.0, tslib@^1.7.1, tslib@^1.8.1, tslib@^1.9.0:
   resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.2.tgz#9c79d83272c9a7aaf166f73915c9667ecdde3cc9"
   integrity sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg==
 
+tslib@^2.0.0:
+  version "2.0.0"
+  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
+  integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==
+
 tslint-angular@^3.0.2:
   version "3.0.2"
   resolved "https://registry.yarnpkg.com/tslint-angular/-/tslint-angular-3.0.2.tgz#6f7480cc34f26fcc03df18d7ec3d5ce364b65064"