diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-17 13:58:07 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-17 13:58:07 +0100 |
commit | f304a1580b5ce7b6c5f9e25cd3ddc63ca8d8c6a1 (patch) | |
tree | 5d2b8e1c0e3ec05ad3e18cb59fe9ad84fac710eb /client | |
parent | c55e3d7227fe1453869e309025996b9d75256d5d (diff) | |
download | PeerTube-f304a1580b5ce7b6c5f9e25cd3ddc63ca8d8c6a1.tar.gz PeerTube-f304a1580b5ce7b6c5f9e25cd3ddc63ca8d8c6a1.tar.zst PeerTube-f304a1580b5ce7b6c5f9e25cd3ddc63ca8d8c6a1.zip |
Fix build
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" ], |