diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-23 09:30:18 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-23 09:38:38 +0200 |
commit | 471bc22f19767c1cb1e7ba7ad0ddf0ff5f0e88f4 (patch) | |
tree | 606ccf517d76baf08539be7501d07dfd065884a9 /client/tsconfig.json | |
parent | 322940742b4dca168de6dfed0d1ebf5926dab528 (diff) | |
download | PeerTube-471bc22f19767c1cb1e7ba7ad0ddf0ff5f0e88f4.tar.gz PeerTube-471bc22f19767c1cb1e7ba7ad0ddf0ff5f0e88f4.tar.zst PeerTube-471bc22f19767c1cb1e7ba7ad0ddf0ff5f0e88f4.zip |
Add search with field choose support in client
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 1d002f7b0..df46b5d46 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -21,6 +21,8 @@ | |||
21 | "compileOnSave": false, | 21 | "compileOnSave": false, |
22 | "files": [ | 22 | "files": [ |
23 | "angular/app/app.component.ts", | 23 | "angular/app/app.component.ts", |
24 | "angular/app/search.component.ts", | ||
25 | "angular/app/search.ts", | ||
24 | "angular/friends/services/friends.service.ts", | 26 | "angular/friends/services/friends.service.ts", |
25 | "angular/main.ts", | 27 | "angular/main.ts", |
26 | "angular/users/components/login/login.component.ts", | 28 | "angular/users/components/login/login.component.ts", |