diff options
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index 87a06b0c6..53e6fd571 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -65,6 +65,8 @@ | |||
65 | "src/app/shared/auth/auth-user.model.ts", | 65 | "src/app/shared/auth/auth-user.model.ts", |
66 | "src/app/shared/auth/auth.service.ts", | 66 | "src/app/shared/auth/auth.service.ts", |
67 | "src/app/shared/auth/index.ts", | 67 | "src/app/shared/auth/index.ts", |
68 | "src/app/shared/form-validators/index.ts", | ||
69 | "src/app/shared/form-validators/url.validator.ts", | ||
68 | "src/app/shared/index.ts", | 70 | "src/app/shared/index.ts", |
69 | "src/app/shared/search/index.ts", | 71 | "src/app/shared/search/index.ts", |
70 | "src/app/shared/search/search-field.type.ts", | 72 | "src/app/shared/search/search-field.type.ts", |