diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-02 15:34:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-06 11:19:16 +0200 |
commit | fbad87b0472f574409f7aa3ae7f8b54927d0cdd6 (patch) | |
tree | 197b4209e75d57dabae7cdd6f2da5f765e427023 /tsconfig.json | |
parent | 5e319fb7898fd0482c399cc3ae9dcfc20d274a58 (diff) | |
download | PeerTube-fbad87b0472f574409f7aa3ae7f8b54927d0cdd6.tar.gz PeerTube-fbad87b0472f574409f7aa3ae7f8b54927d0cdd6.tar.zst PeerTube-fbad87b0472f574409f7aa3ae7f8b54927d0cdd6.zip |
Add ability to import video with youtube-dl
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index 4254010e7..7633465b2 100644 --- a/tsconfig.json +++ b/tsconfig.json | |||
@@ -20,6 +20,7 @@ | |||
20 | ] | 20 | ] |
21 | }, | 21 | }, |
22 | "exclude": [ | 22 | "exclude": [ |
23 | "client/node_modules", | ||
23 | "node_modules", | 24 | "node_modules", |
24 | "dist", | 25 | "dist", |
25 | "storage", | 26 | "storage", |