diff options
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", |