aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.base.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-08-06 16:41:08 +0200
committerChocobozzz <me@florianbigard.com>2021-08-11 11:49:01 +0200
commit134006b0d4528c07f0022c6e75257bf9fedbfebb (patch)
tree8c977db89b10984896f7e96c92109d5b4ab345b6 /client/tsconfig.base.json
parent31aa391d13f78743bb552bc8c337964afb3b5817 (diff)
downloadPeerTube-134006b0d4528c07f0022c6e75257bf9fedbfebb.tar.gz
PeerTube-134006b0d4528c07f0022c6e75257bf9fedbfebb.tar.zst
PeerTube-134006b0d4528c07f0022c6e75257bf9fedbfebb.zip
Update client dependencies
Diffstat (limited to 'client/tsconfig.base.json')
-rw-r--r--client/tsconfig.base.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/tsconfig.base.json b/client/tsconfig.base.json
index f7d52f7f4..fd297e60a 100644
--- a/client/tsconfig.base.json
+++ b/client/tsconfig.base.json
@@ -24,6 +24,7 @@
24 ], 24 ],
25 "baseUrl": "./", 25 "baseUrl": "./",
26 "paths": { 26 "paths": {
27 "hls.js": [ "node_modules/hls.js/dist/hls.light" ],
27 "video.js": [ "node_modules/video.js/core" ], 28 "video.js": [ "node_modules/video.js/core" ],
28 "@app/*": [ "src/app/*" ], 29 "@app/*": [ "src/app/*" ],
29 "@shared/models/*": [ "../shared/models/*" ], 30 "@shared/models/*": [ "../shared/models/*" ],
@@ -35,7 +36,7 @@
35 "http": [ "src/shims/http.ts" ], 36 "http": [ "src/shims/http.ts" ],
36 "https": [ "src/shims/https.ts" ], 37 "https": [ "src/shims/https.ts" ],
37 "path": [ "src/shims/path.ts" ], 38 "path": [ "src/shims/path.ts" ],
38 "stream": [ "src/shims/noop.ts" ], 39 "stream": [ "src/shims/stream.ts" ],
39 "crypto": [ "src/shims/noop.ts" ] 40 "crypto": [ "src/shims/noop.ts" ]
40 } 41 }
41 }, 42 },