diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-08 09:36:51 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-08 09:36:51 +0200 |
commit | 9cdeb80650d90b80f74d6453d8f50e6855b2c819 (patch) | |
tree | 5dfad5f6b5bb6c14b59490e15d0ad1010bd831e7 /client/tsconfig.json | |
parent | fd69c52f8477c44ce506f5a44bc5ee394cad0ef0 (diff) | |
download | PeerTube-9cdeb80650d90b80f74d6453d8f50e6855b2c819.tar.gz PeerTube-9cdeb80650d90b80f74d6453d8f50e6855b2c819.tar.zst PeerTube-9cdeb80650d90b80f74d6453d8f50e6855b2c819.zip |
Fix videojs subtitles
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index fbdeb6d5d..3c671e579 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -26,7 +26,7 @@ | |||
26 | "paths": { | 26 | "paths": { |
27 | "@app/*": [ "src/app/*" ], | 27 | "@app/*": [ "src/app/*" ], |
28 | "@shared/*": [ "../shared/*" ], | 28 | "@shared/*": [ "../shared/*" ], |
29 | "video.js": [ "node_modules/video.js/dist/alt/video.core.novtt" ], | 29 | "video.js": [ "node_modules/video.js/dist/alt/video.core" ], |
30 | "fs": [ "src/shims/noop" ], | 30 | "fs": [ "src/shims/noop" ], |
31 | "http": [ "src/shims/http" ], | 31 | "http": [ "src/shims/http" ], |
32 | "https": [ "src/shims/https" ], | 32 | "https": [ "src/shims/https" ], |