X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=d48bd392009b206313a4e51e2cd6b41a422cd91d;hb=33f12c744149b271281226a1759eb744a7417412;hp=270524e5f5dc0833414a6069e51775747db49fdd;hpb=cf20596c107eb0833259fa1098cc784267298a19;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index 270524e5f..d48bd3920 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -20,25 +20,38 @@ ], "compileOnSave": false, "files": [ - "angular/app/app.component.ts", - "angular/app/search.component.ts", - "angular/app/search.ts", - "angular/friends/services/friends.service.ts", - "angular/main.ts", - "angular/users/components/login/login.component.ts", - "angular/users/models/authStatus.ts", - "angular/users/models/token.ts", - "angular/users/models/user.ts", - "angular/users/services/auth.service.ts", - "angular/videos/components/add/videos-add.component.ts", - "angular/videos/components/list/sort.ts", - "angular/videos/components/list/video-miniature.component.ts", - "angular/videos/components/list/video-sort.component.ts", - "angular/videos/components/list/videos-list.component.ts", - "angular/videos/components/watch/videos-watch.component.ts", - "angular/videos/pagination.ts", - "angular/videos/video.ts", - "angular/videos/videos.service.ts", + "app/app.component.ts", + "app/friends/friend.service.ts", + "app/friends/index.ts", + "app/shared/index.ts", + "app/shared/search-field.type.ts", + "app/shared/search.component.ts", + "app/shared/search.model.ts", + "app/users/index.ts", + "app/users/login/index.ts", + "app/users/login/login.component.ts", + "app/users/shared/auth-status.model.ts", + "app/users/shared/auth.service.ts", + "app/users/shared/index.ts", + "app/users/shared/token.model.ts", + "app/users/shared/user.model.ts", + "app/videos/index.ts", + "app/videos/shared/index.ts", + "app/videos/shared/loader/index.ts", + "app/videos/shared/loader/loader.component.ts", + "app/videos/shared/pagination.model.ts", + "app/videos/shared/sort-field.type.ts", + "app/videos/shared/video.model.ts", + "app/videos/shared/video.service.ts", + "app/videos/video-add/index.ts", + "app/videos/video-add/video-add.component.ts", + "app/videos/video-list/index.ts", + "app/videos/video-list/video-list.component.ts", + "app/videos/video-list/video-miniature.component.ts", + "app/videos/video-list/video-sort.component.ts", + "app/videos/video-watch/index.ts", + "app/videos/video-watch/video-watch.component.ts", + "main.ts", "typings/globals/es6-shim/index.d.ts", "typings/globals/jasmine/index.d.ts", "typings/globals/node/index.d.ts",