aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-05-31 22:39:36 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-05-31 22:39:36 +0200
commitd3ef341abe8fb890a085189f5e4d0a5bd38d0172 (patch)
tree333c058390607cac1aec22169a2feb7d9cee3a00 /client/tsconfig.json
parent092fbf58cca91d1a2ce0c84f47ef7856c9e56cdb (diff)
downloadPeerTube-d3ef341abe8fb890a085189f5e4d0a5bd38d0172.tar.gz
PeerTube-d3ef341abe8fb890a085189f5e4d0a5bd38d0172.tar.zst
PeerTube-d3ef341abe8fb890a085189f5e4d0a5bd38d0172.zip
Move webtorrent inside a service
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r--client/tsconfig.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json
index d48bd3920..24583f6c3 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -51,9 +51,12 @@
51 "app/videos/video-list/video-sort.component.ts", 51 "app/videos/video-list/video-sort.component.ts",
52 "app/videos/video-watch/index.ts", 52 "app/videos/video-watch/index.ts",
53 "app/videos/video-watch/video-watch.component.ts", 53 "app/videos/video-watch/video-watch.component.ts",
54 "app/videos/video-watch/webtorrent.service.ts",
54 "main.ts", 55 "main.ts",
55 "typings/globals/es6-shim/index.d.ts", 56 "typings/globals/es6-shim/index.d.ts",
56 "typings/globals/jasmine/index.d.ts", 57 "typings/globals/jasmine/index.d.ts",
58 "typings/globals/jquery.fileupload/index.d.ts",
59 "typings/globals/jquery/index.d.ts",
57 "typings/globals/node/index.d.ts", 60 "typings/globals/node/index.d.ts",
58 "typings/index.d.ts" 61 "typings/index.d.ts"
59 ], 62 ],