diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-08-05 18:04:08 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-08-05 18:04:08 +0200 |
commit | 629d8d6f70cf83b55011dff53bfe1c4a95ac3433 (patch) | |
tree | 9d5a145609d9c693ddacfbc42ae75ca3c841aef0 /client/tsconfig.json | |
parent | 99a64bfed25e45547df3045cf249bc895e6f220b (diff) | |
download | PeerTube-629d8d6f70cf83b55011dff53bfe1c4a95ac3433.tar.gz PeerTube-629d8d6f70cf83b55011dff53bfe1c4a95ac3433.tar.zst PeerTube-629d8d6f70cf83b55011dff53bfe1c4a95ac3433.zip |
Client: implement password change
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index 67d1fb4f1..e2d61851e 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -27,6 +27,10 @@ | |||
27 | "typings/main.d.ts" | 27 | "typings/main.d.ts" |
28 | ], | 28 | ], |
29 | "files": [ | 29 | "files": [ |
30 | "src/app/account/account.component.ts", | ||
31 | "src/app/account/account.routes.ts", | ||
32 | "src/app/account/account.service.ts", | ||
33 | "src/app/account/index.ts", | ||
30 | "src/app/app.component.ts", | 34 | "src/app/app.component.ts", |
31 | "src/app/app.routes.ts", | 35 | "src/app/app.routes.ts", |
32 | "src/app/friends/friend.service.ts", | 36 | "src/app/friends/friend.service.ts", |
@@ -45,6 +49,8 @@ | |||
45 | "src/app/shared/search/search.component.ts", | 49 | "src/app/shared/search/search.component.ts", |
46 | "src/app/shared/search/search.model.ts", | 50 | "src/app/shared/search/search.model.ts", |
47 | "src/app/shared/search/search.service.ts", | 51 | "src/app/shared/search/search.service.ts", |
52 | "src/app/shared/user/index.ts", | ||
53 | "src/app/shared/user/user.service.ts", | ||
48 | "src/app/videos/index.ts", | 54 | "src/app/videos/index.ts", |
49 | "src/app/videos/shared/index.ts", | 55 | "src/app/videos/shared/index.ts", |
50 | "src/app/videos/shared/loader/index.ts", | 56 | "src/app/videos/shared/loader/index.ts", |