From d7a25329f9e607894d29ab342b9cb66638b56dc0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 15 Nov 2019 15:06:03 +0100 Subject: Add ability to disable webtorrent In favour of HLS --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index e23c8eed1..7eed7d0cd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,8 +16,7 @@ ], "typeRoots": [ "node_modules/sitemap/node_modules/@types", - "node_modules/@types", - "server/typings" + "node_modules/@types" ], "baseUrl": "./", "paths": { -- cgit v1.2.3