diff options
author | Chocobozzz <me@florianbigard.com> | 2019-11-15 15:06:03 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-11-25 10:59:43 +0100 |
commit | d7a25329f9e607894d29ab342b9cb66638b56dc0 (patch) | |
tree | 6cd6bc4f2689f78944238b313c93427423a932ac /tsconfig.json | |
parent | 14981d7331da3f63fe6cfaf020ccb7c910006eaf (diff) | |
download | PeerTube-d7a25329f9e607894d29ab342b9cb66638b56dc0.tar.gz PeerTube-d7a25329f9e607894d29ab342b9cb66638b56dc0.tar.zst PeerTube-d7a25329f9e607894d29ab342b9cb66638b56dc0.zip |
Add ability to disable webtorrent
In favour of HLS
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index e23c8eed1..7eed7d0cd 100644 --- a/tsconfig.json +++ b/tsconfig.json | |||
@@ -16,8 +16,7 @@ | |||
16 | ], | 16 | ], |
17 | "typeRoots": [ | 17 | "typeRoots": [ |
18 | "node_modules/sitemap/node_modules/@types", | 18 | "node_modules/sitemap/node_modules/@types", |
19 | "node_modules/@types", | 19 | "node_modules/@types" |
20 | "server/typings" | ||
21 | ], | 20 | ], |
22 | "baseUrl": "./", | 21 | "baseUrl": "./", |
23 | "paths": { | 22 | "paths": { |