aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-07-08 17:15:14 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-07-18 14:26:56 +0200
commit0629423ce335137ce77d1ee8fe30fc0eee36d83b (patch)
tree41b4f5dcd86b7fb79c5892388444bd7063bb0d00 /client/tsconfig.json
parent022856f8a54fe8810ebb599973984fd83ee7e7ec (diff)
downloadPeerTube-0629423ce335137ce77d1ee8fe30fc0eee36d83b.tar.gz
PeerTube-0629423ce335137ce77d1ee8fe30fc0eee36d83b.tar.zst
PeerTube-0629423ce335137ce77d1ee8fe30fc0eee36d83b.zip
Client: Update to Angular RC4
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r--client/tsconfig.json4
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",