diff options
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index c7f61902c..67d1fb4f1 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -34,17 +34,17 @@ | |||
34 | "src/app/login/index.ts", | 34 | "src/app/login/index.ts", |
35 | "src/app/login/login.component.ts", | 35 | "src/app/login/login.component.ts", |
36 | "src/app/login/login.routes.ts", | 36 | "src/app/login/login.routes.ts", |
37 | "src/app/shared/auth/auth-http.service.ts", | ||
38 | "src/app/shared/auth/auth-status.model.ts", | ||
39 | "src/app/shared/auth/auth.service.ts", | ||
40 | "src/app/shared/auth/index.ts", | ||
41 | "src/app/shared/auth/user.model.ts", | ||
37 | "src/app/shared/index.ts", | 42 | "src/app/shared/index.ts", |
38 | "src/app/shared/search/index.ts", | 43 | "src/app/shared/search/index.ts", |
39 | "src/app/shared/search/search-field.type.ts", | 44 | "src/app/shared/search/search-field.type.ts", |
40 | "src/app/shared/search/search.component.ts", | 45 | "src/app/shared/search/search.component.ts", |
41 | "src/app/shared/search/search.model.ts", | 46 | "src/app/shared/search/search.model.ts", |
42 | "src/app/shared/search/search.service.ts", | 47 | "src/app/shared/search/search.service.ts", |
43 | "src/app/shared/users/auth-status.model.ts", | ||
44 | "src/app/shared/users/auth.service.ts", | ||
45 | "src/app/shared/users/index.ts", | ||
46 | "src/app/shared/users/token.model.ts", | ||
47 | "src/app/shared/users/user.model.ts", | ||
48 | "src/app/videos/index.ts", | 48 | "src/app/videos/index.ts", |
49 | "src/app/videos/shared/index.ts", | 49 | "src/app/videos/shared/index.ts", |
50 | "src/app/videos/shared/loader/index.ts", | 50 | "src/app/videos/shared/loader/index.ts", |