diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-23 11:07:42 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-23 11:07:42 +0200 |
commit | cf20596c107eb0833259fa1098cc784267298a19 (patch) | |
tree | 094044145bdae9a840ff1fa5ceb56751528d3826 /client/tsconfig.json | |
parent | 8140a704bbbecd149c68267545e4215579c9785c (diff) | |
download | PeerTube-cf20596c107eb0833259fa1098cc784267298a19.tar.gz PeerTube-cf20596c107eb0833259fa1098cc784267298a19.tar.zst PeerTube-cf20596c107eb0833259fa1098cc784267298a19.zip |
Add trivial sort for the client
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index df46b5d46..270524e5f 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -31,7 +31,9 @@ | |||
31 | "angular/users/models/user.ts", | 31 | "angular/users/models/user.ts", |
32 | "angular/users/services/auth.service.ts", | 32 | "angular/users/services/auth.service.ts", |
33 | "angular/videos/components/add/videos-add.component.ts", | 33 | "angular/videos/components/add/videos-add.component.ts", |
34 | "angular/videos/components/list/sort.ts", | ||
34 | "angular/videos/components/list/video-miniature.component.ts", | 35 | "angular/videos/components/list/video-miniature.component.ts", |
36 | "angular/videos/components/list/video-sort.component.ts", | ||
35 | "angular/videos/components/list/videos-list.component.ts", | 37 | "angular/videos/components/list/videos-list.component.ts", |
36 | "angular/videos/components/watch/videos-watch.component.ts", | 38 | "angular/videos/components/watch/videos-watch.component.ts", |
37 | "angular/videos/pagination.ts", | 39 | "angular/videos/pagination.ts", |