diff options
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index 24583f6c3..a8b8269a4 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -23,18 +23,18 @@ | |||
23 | "app/app.component.ts", | 23 | "app/app.component.ts", |
24 | "app/friends/friend.service.ts", | 24 | "app/friends/friend.service.ts", |
25 | "app/friends/index.ts", | 25 | "app/friends/index.ts", |
26 | "app/login/index.ts", | ||
27 | "app/login/login.component.ts", | ||
26 | "app/shared/index.ts", | 28 | "app/shared/index.ts", |
27 | "app/shared/search-field.type.ts", | 29 | "app/shared/search/index.ts", |
28 | "app/shared/search.component.ts", | 30 | "app/shared/search/search-field.type.ts", |
29 | "app/shared/search.model.ts", | 31 | "app/shared/search/search.component.ts", |
30 | "app/users/index.ts", | 32 | "app/shared/search/search.model.ts", |
31 | "app/users/login/index.ts", | 33 | "app/shared/users/auth-status.model.ts", |
32 | "app/users/login/login.component.ts", | 34 | "app/shared/users/auth.service.ts", |
33 | "app/users/shared/auth-status.model.ts", | 35 | "app/shared/users/index.ts", |
34 | "app/users/shared/auth.service.ts", | 36 | "app/shared/users/token.model.ts", |
35 | "app/users/shared/index.ts", | 37 | "app/shared/users/user.model.ts", |
36 | "app/users/shared/token.model.ts", | ||
37 | "app/users/shared/user.model.ts", | ||
38 | "app/videos/index.ts", | 38 | "app/videos/index.ts", |
39 | "app/videos/shared/index.ts", | 39 | "app/videos/shared/index.ts", |
40 | "app/videos/shared/loader/index.ts", | 40 | "app/videos/shared/loader/index.ts", |