diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-20 18:31:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-24 14:04:05 +0200 |
commit | 0b18f4aa80df8868bf34605423c7a298dffbb2aa (patch) | |
tree | 25299da5d94fc73e88b21e87aeb2c156999c6fcd /client/tsconfig.json | |
parent | d525fc399a14a8b16eaad6d4c0bc0a9c4093c3c9 (diff) | |
download | PeerTube-0b18f4aa80df8868bf34605423c7a298dffbb2aa.tar.gz PeerTube-0b18f4aa80df8868bf34605423c7a298dffbb2aa.tar.zst PeerTube-0b18f4aa80df8868bf34605423c7a298dffbb2aa.zip |
Add advanced search in client
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index 60c343867..6ac5e6a9e 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -28,5 +28,11 @@ | |||
28 | "stream": [ "./shims/noop" ], | 28 | "stream": [ "./shims/noop" ], |
29 | "crypto": [ "./shims/noop" ] | 29 | "crypto": [ "./shims/noop" ] |
30 | } | 30 | } |
31 | } | 31 | }, |
32 | "exclude": [ | ||
33 | "../node_modules", | ||
34 | "node_modules", | ||
35 | "dist", | ||
36 | "../server" | ||
37 | ] | ||
32 | } | 38 | } |