From 41a2aee38cf812510010da09de9bae53590ec119 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 27 May 2016 16:23:10 +0200 Subject: Follow the angular styleguide for the directories structure --- client/tsconfig.json | 52 ++++++++++++++++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 20 deletions(-) (limited to 'client/tsconfig.json') diff --git a/client/tsconfig.json b/client/tsconfig.json index 8e786ca28..d48bd3920 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -20,26 +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/loader.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", -- cgit v1.2.3