diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-06-03 22:08:03 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-06-03 22:08:03 +0200 |
commit | 4a6995be18b15de1834a39c8921a0e4109671bb6 (patch) | |
tree | b659661cea33687fcc6bd8fc2251cb7a15ab9f9d /client/tsconfig.json | |
parent | 468892541175f9662f8b1b977e819dc1a496f282 (diff) | |
download | PeerTube-4a6995be18b15de1834a39c8921a0e4109671bb6.tar.gz PeerTube-4a6995be18b15de1834a39c8921a0e4109671bb6.tar.zst PeerTube-4a6995be18b15de1834a39c8921a0e4109671bb6.zip |
First draft to use webpack instead of systemjs
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 69 |
1 files changed, 36 insertions, 33 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index a8b8269a4..1832d7b7e 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -20,39 +20,42 @@ | |||
20 | ], | 20 | ], |
21 | "compileOnSave": false, | 21 | "compileOnSave": false, |
22 | "files": [ | 22 | "files": [ |
23 | "app/app.component.ts", | 23 | "src/app/app.component.ts", |
24 | "app/friends/friend.service.ts", | 24 | "src/app/friends/friend.service.ts", |
25 | "app/friends/index.ts", | 25 | "src/app/friends/index.ts", |
26 | "app/login/index.ts", | 26 | "src/app/login/index.ts", |
27 | "app/login/login.component.ts", | 27 | "src/app/login/login.component.ts", |
28 | "app/shared/index.ts", | 28 | "src/app/shared/index.ts", |
29 | "app/shared/search/index.ts", | 29 | "src/app/shared/search/index.ts", |
30 | "app/shared/search/search-field.type.ts", | 30 | "src/app/shared/search/search-field.type.ts", |
31 | "app/shared/search/search.component.ts", | 31 | "src/app/shared/search/search.component.ts", |
32 | "app/shared/search/search.model.ts", | 32 | "src/app/shared/search/search.model.ts", |
33 | "app/shared/users/auth-status.model.ts", | 33 | "src/app/shared/users/auth-status.model.ts", |
34 | "app/shared/users/auth.service.ts", | 34 | "src/app/shared/users/auth.service.ts", |
35 | "app/shared/users/index.ts", | 35 | "src/app/shared/users/index.ts", |
36 | "app/shared/users/token.model.ts", | 36 | "src/app/shared/users/token.model.ts", |
37 | "app/shared/users/user.model.ts", | 37 | "src/app/shared/users/user.model.ts", |
38 | "app/videos/index.ts", | 38 | "src/app/videos/index.ts", |
39 | "app/videos/shared/index.ts", | 39 | "src/app/videos/shared/index.ts", |
40 | "app/videos/shared/loader/index.ts", | 40 | "src/app/videos/shared/loader/index.ts", |
41 | "app/videos/shared/loader/loader.component.ts", | 41 | "src/app/videos/shared/loader/loader.component.ts", |
42 | "app/videos/shared/pagination.model.ts", | 42 | "src/app/videos/shared/pagination.model.ts", |
43 | "app/videos/shared/sort-field.type.ts", | 43 | "src/app/videos/shared/sort-field.type.ts", |
44 | "app/videos/shared/video.model.ts", | 44 | "src/app/videos/shared/video.model.ts", |
45 | "app/videos/shared/video.service.ts", | 45 | "src/app/videos/shared/video.service.ts", |
46 | "app/videos/video-add/index.ts", | 46 | "src/app/videos/video-add/index.ts", |
47 | "app/videos/video-add/video-add.component.ts", | 47 | "src/app/videos/video-add/video-add.component.ts", |
48 | "app/videos/video-list/index.ts", | 48 | "src/app/videos/video-list/index.ts", |
49 | "app/videos/video-list/video-list.component.ts", | 49 | "src/app/videos/video-list/video-list.component.ts", |
50 | "app/videos/video-list/video-miniature.component.ts", | 50 | "src/app/videos/video-list/video-miniature.component.ts", |
51 | "app/videos/video-list/video-sort.component.ts", | 51 | "src/app/videos/video-list/video-sort.component.ts", |
52 | "app/videos/video-watch/index.ts", | 52 | "src/app/videos/video-watch/index.ts", |
53 | "app/videos/video-watch/video-watch.component.ts", | 53 | "src/app/videos/video-watch/video-watch.component.ts", |
54 | "app/videos/video-watch/webtorrent.service.ts", | 54 | "src/app/videos/video-watch/webtorrent.service.ts", |
55 | "main.ts", | 55 | "src/custom-typings.d.ts", |
56 | "src/main.ts", | ||
57 | "src/polyfills.ts", | ||
58 | "src/vendor.ts", | ||
56 | "typings/globals/es6-shim/index.d.ts", | 59 | "typings/globals/es6-shim/index.d.ts", |
57 | "typings/globals/jasmine/index.d.ts", | 60 | "typings/globals/jasmine/index.d.ts", |
58 | "typings/globals/jquery.fileupload/index.d.ts", | 61 | "typings/globals/jquery.fileupload/index.d.ts", |