From 9d1b826b8afab8e04f081b6f0875462bf57da4c9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 16 Dec 2021 18:03:24 +0100 Subject: [PATCH] Only expose client types dir for peertube-types --- client/tsconfig.types.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/tsconfig.types.json b/client/tsconfig.types.json index 1f5c86161..c6ed64100 100644 --- a/client/tsconfig.types.json +++ b/client/tsconfig.types.json @@ -13,6 +13,8 @@ "references": [ { "path": "../shared/tsconfig.types.json" } ], - "files": ["src/types/index.ts"], - "include": ["src/**/*", "src/types/**/*"] + "files": [ "src/types/index.ts" ], + "include": [ + "src/types/**/*" + ] }