aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-04-21 11:02:28 +0200
committerChocobozzz <me@florianbigard.com>2020-04-21 11:02:28 +0200
commit512decf37ee6d36d0f16bda0f9bec6bf37d132b3 (patch)
tree06083f73082df7163deb9bb59495baa7891e4300 /client/tsconfig.json
parent193272b8a0ddf54396315af8dc0c069d8f20c18e (diff)
downloadPeerTube-512decf37ee6d36d0f16bda0f9bec6bf37d132b3.tar.gz
PeerTube-512decf37ee6d36d0f16bda0f9bec6bf37d132b3.tar.zst
PeerTube-512decf37ee6d36d0f16bda0f9bec6bf37d132b3.zip
Fix videojs
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r--client/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json
index d9e798f91..ce83a4f11 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -24,6 +24,7 @@
24 ], 24 ],
25 "baseUrl": "./", 25 "baseUrl": "./",
26 "paths": { 26 "paths": {
27 "video.js": [ "node_modules/video.js/core" ],
27 "@app/*": [ "src/app/*" ], 28 "@app/*": [ "src/app/*" ],
28 "@shared/*": [ "../shared/*" ], 29 "@shared/*": [ "../shared/*" ],
29 "fs": [ "src/shims/noop.ts" ], 30 "fs": [ "src/shims/noop.ts" ],