diff options
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index 54b931ba6..c7f61902c 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -28,10 +28,12 @@ | |||
28 | ], | 28 | ], |
29 | "files": [ | 29 | "files": [ |
30 | "src/app/app.component.ts", | 30 | "src/app/app.component.ts", |
31 | "src/app/app.routes.ts", | ||
31 | "src/app/friends/friend.service.ts", | 32 | "src/app/friends/friend.service.ts", |
32 | "src/app/friends/index.ts", | 33 | "src/app/friends/index.ts", |
33 | "src/app/login/index.ts", | 34 | "src/app/login/index.ts", |
34 | "src/app/login/login.component.ts", | 35 | "src/app/login/login.component.ts", |
36 | "src/app/login/login.routes.ts", | ||
35 | "src/app/shared/index.ts", | 37 | "src/app/shared/index.ts", |
36 | "src/app/shared/search/index.ts", | 38 | "src/app/shared/search/index.ts", |
37 | "src/app/shared/search/search-field.type.ts", | 39 | "src/app/shared/search/search-field.type.ts", |
@@ -60,6 +62,8 @@ | |||
60 | "src/app/videos/video-watch/index.ts", | 62 | "src/app/videos/video-watch/index.ts", |
61 | "src/app/videos/video-watch/video-watch.component.ts", | 63 | "src/app/videos/video-watch/video-watch.component.ts", |
62 | "src/app/videos/video-watch/webtorrent.service.ts", | 64 | "src/app/videos/video-watch/webtorrent.service.ts", |
65 | "src/app/videos/videos.component.ts", | ||
66 | "src/app/videos/videos.routes.ts", | ||
63 | "src/custom-typings.d.ts", | 67 | "src/custom-typings.d.ts", |
64 | "src/main.ts", | 68 | "src/main.ts", |
65 | "src/polyfills.ts", | 69 | "src/polyfills.ts", |