diff options
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 3 |
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 | ], |