diff options
-rw-r--r-- | package.json | 1 | ||||
-rw-r--r-- | tsconfig.json | 1 | ||||
-rw-r--r-- | yarn.lock | 5 |
3 files changed, 7 insertions, 0 deletions
diff --git a/package.json b/package.json index b94c7f7ab..f23462d46 100644 --- a/package.json +++ b/package.json | |||
@@ -140,6 +140,7 @@ | |||
140 | "socket.io": "^2.2.0", | 140 | "socket.io": "^2.2.0", |
141 | "srt-to-vtt": "^1.1.2", | 141 | "srt-to-vtt": "^1.1.2", |
142 | "tsconfig-paths": "^3.9.0", | 142 | "tsconfig-paths": "^3.9.0", |
143 | "tslib": "^2.0.0", | ||
143 | "useragent": "^2.3.0", | 144 | "useragent": "^2.3.0", |
144 | "uuid": "^7.0.1", | 145 | "uuid": "^7.0.1", |
145 | "validator": "^13.0.0", | 146 | "validator": "^13.0.0", |
diff --git a/tsconfig.json b/tsconfig.json index 058da4f78..da09d0d85 100644 --- a/tsconfig.json +++ b/tsconfig.json | |||
@@ -6,6 +6,7 @@ | |||
6 | "sourceMap": false, | 6 | "sourceMap": false, |
7 | "experimentalDecorators": true, | 7 | "experimentalDecorators": true, |
8 | "emitDecoratorMetadata": true, | 8 | "emitDecoratorMetadata": true, |
9 | "importHelpers": true, | ||
9 | "removeComments": true, | 10 | "removeComments": true, |
10 | "outDir": "./dist", | 11 | "outDir": "./dist", |
11 | "lib": [ | 12 | "lib": [ |
@@ -7086,6 +7086,11 @@ tslib@^1.8.1, tslib@^1.9.0: | |||
7086 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35" | 7086 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35" |
7087 | integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA== | 7087 | integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA== |
7088 | 7088 | ||
7089 | tslib@^2.0.0: | ||
7090 | version "2.0.0" | ||
7091 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3" | ||
7092 | integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g== | ||
7093 | |||
7089 | tsutils@^3.17.1: | 7094 | tsutils@^3.17.1: |
7090 | version "3.17.1" | 7095 | version "3.17.1" |
7091 | resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759" | 7096 | resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759" |