From 9934a460d6495056b65fd4afbf746dd19ac70032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 6 Nov 2020 18:00:32 +0100 Subject: [PATCH] maybe fix build --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index cbf208f1..45d52e35 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,6 +31,9 @@ "filesGlob": [ "packages/**/*.ts" ], + "include": [ + "packages/**/*.ts" + ], "exclude": [ "node_modules", "dist"