diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/shared/shared-video-miniature/video-filters.model.ts | 3 | ||||
-rw-r--r-- | client/tsconfig.json | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-video-miniature/video-filters.model.ts b/client/src/app/shared/shared-video-miniature/video-filters.model.ts index 982880b0e..8ad2fcd5d 100644 --- a/client/src/app/shared/shared-video-miniature/video-filters.model.ts +++ b/client/src/app/shared/shared-video-miniature/video-filters.model.ts | |||
@@ -1,5 +1,6 @@ | |||
1 | import { intoArray, toBoolean } from '@app/helpers' | 1 | import { intoArray, toBoolean } from '@app/helpers' |
2 | import { AttributesOnly, getAllPrivacies } from '@shared/core-utils' | 2 | import { getAllPrivacies } from '@shared/core-utils' |
3 | import { AttributesOnly } from '@shared/typescript-utils' | ||
3 | import { BooleanBothQuery, NSFWPolicyType, VideoInclude, VideoPrivacy, VideoSortField } from '@shared/models' | 4 | import { BooleanBothQuery, NSFWPolicyType, VideoInclude, VideoPrivacy, VideoSortField } from '@shared/models' |
4 | 5 | ||
5 | type VideoFiltersKeys = { | 6 | type VideoFiltersKeys = { |
diff --git a/client/tsconfig.json b/client/tsconfig.json index d68b3058e..41814d036 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -35,6 +35,8 @@ | |||
35 | "@shared/models": [ "../shared/models" ], | 35 | "@shared/models": [ "../shared/models" ], |
36 | "@shared/core-utils": [ "../shared/core-utils" ], | 36 | "@shared/core-utils": [ "../shared/core-utils" ], |
37 | "@shared/core-utils/*": [ "../shared/core-utils/*" ], | 37 | "@shared/core-utils/*": [ "../shared/core-utils/*" ], |
38 | "@shared/typescript-utils": [ "../shared/typescript-utils" ], | ||
39 | "@shared/typescript-utils/*": [ "../shared/typescript-utils/*" ], | ||
38 | "@root-helpers/*": [ "src/root-helpers/*" ], | 40 | "@root-helpers/*": [ "src/root-helpers/*" ], |
39 | "fs": [ "src/shims/noop.ts" ], | 41 | "fs": [ "src/shims/noop.ts" ], |
40 | "http": [ "src/shims/http.ts" ], | 42 | "http": [ "src/shims/http.ts" ], |