aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-05-27 16:23:10 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-05-27 16:23:10 +0200
commit41a2aee38cf812510010da09de9bae53590ec119 (patch)
tree79d55d6ae0ef6f66ccb88890cf1ef1946dc65fb4 /client/tsconfig.json
parent157cb9c9713e08ff70078660a32dd77ecb87eabc (diff)
downloadPeerTube-41a2aee38cf812510010da09de9bae53590ec119.tar.gz
PeerTube-41a2aee38cf812510010da09de9bae53590ec119.tar.zst
PeerTube-41a2aee38cf812510010da09de9bae53590ec119.zip
Follow the angular styleguide for the directories structure
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r--client/tsconfig.json52
1 files changed, 32 insertions, 20 deletions
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 @@
20 ], 20 ],
21 "compileOnSave": false, 21 "compileOnSave": false,
22 "files": [ 22 "files": [
23 "angular/app/app.component.ts", 23 "app/app.component.ts",
24 "angular/app/search.component.ts", 24 "app/friends/friend.service.ts",
25 "angular/app/search.ts", 25 "app/friends/index.ts",
26 "angular/friends/services/friends.service.ts", 26 "app/shared/index.ts",
27 "angular/main.ts", 27 "app/shared/search-field.type.ts",
28 "angular/users/components/login/login.component.ts", 28 "app/shared/search.component.ts",
29 "angular/users/models/authStatus.ts", 29 "app/shared/search.model.ts",
30 "angular/users/models/token.ts", 30 "app/users/index.ts",
31 "angular/users/models/user.ts", 31 "app/users/login/index.ts",
32 "angular/users/services/auth.service.ts", 32 "app/users/login/login.component.ts",
33 "angular/videos/components/add/videos-add.component.ts", 33 "app/users/shared/auth-status.model.ts",
34 "angular/videos/components/list/sort.ts", 34 "app/users/shared/auth.service.ts",
35 "angular/videos/components/list/video-miniature.component.ts", 35 "app/users/shared/index.ts",
36 "angular/videos/components/list/video-sort.component.ts", 36 "app/users/shared/token.model.ts",
37 "angular/videos/components/list/videos-list.component.ts", 37 "app/users/shared/user.model.ts",
38 "angular/videos/components/watch/videos-watch.component.ts", 38 "app/videos/index.ts",
39 "angular/videos/loader.component.ts", 39 "app/videos/shared/index.ts",
40 "angular/videos/pagination.ts", 40 "app/videos/shared/loader/index.ts",
41 "angular/videos/video.ts", 41 "app/videos/shared/loader/loader.component.ts",
42 "angular/videos/videos.service.ts", 42 "app/videos/shared/pagination.model.ts",
43 "app/videos/shared/sort-field.type.ts",
44 "app/videos/shared/video.model.ts",
45 "app/videos/shared/video.service.ts",
46 "app/videos/video-add/index.ts",
47 "app/videos/video-add/video-add.component.ts",
48 "app/videos/video-list/index.ts",
49 "app/videos/video-list/video-list.component.ts",
50 "app/videos/video-list/video-miniature.component.ts",
51 "app/videos/video-list/video-sort.component.ts",
52 "app/videos/video-watch/index.ts",
53 "app/videos/video-watch/video-watch.component.ts",
54 "main.ts",
43 "typings/globals/es6-shim/index.d.ts", 55 "typings/globals/es6-shim/index.d.ts",
44 "typings/globals/jasmine/index.d.ts", 56 "typings/globals/jasmine/index.d.ts",
45 "typings/globals/node/index.d.ts", 57 "typings/globals/node/index.d.ts",