diff options
author | Chocobozzz <me@florianbigard.com> | 2019-05-24 15:48:48 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-05-27 14:56:06 +0200 |
commit | 7e9d3f259d5dac0d17ca4f3d6844e8cfbb7e33d1 (patch) | |
tree | fb3b258dd55bcf2d85a3cf507ea0bb9e6d2b9fc2 /tsconfig.json | |
parent | ff747e79400f43de79df578c14d9b81ff55de84b (diff) | |
download | PeerTube-7e9d3f259d5dac0d17ca4f3d6844e8cfbb7e33d1.tar.gz PeerTube-7e9d3f259d5dac0d17ca4f3d6844e8cfbb7e33d1.tar.zst PeerTube-7e9d3f259d5dac0d17ca4f3d6844e8cfbb7e33d1.zip |
Move CLI dependencies in their own package.json
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 5ad4b3e10..4d2bdd6ba 100644 --- a/tsconfig.json +++ b/tsconfig.json | |||
@@ -17,6 +17,7 @@ | |||
17 | "typeRoots": [ "node_modules/@types", "server/typings" ] | 17 | "typeRoots": [ "node_modules/@types", "server/typings" ] |
18 | }, | 18 | }, |
19 | "exclude": [ | 19 | "exclude": [ |
20 | "server/tools/", | ||
20 | "client/node_modules", | 21 | "client/node_modules", |
21 | "node_modules", | 22 | "node_modules", |
22 | "dist", | 23 | "dist", |