From dadc893d10ab140beef604bf68cbb6aa2b79cd52 Mon Sep 17 00:00:00 2001 From: kazk Date: Sat, 13 Mar 2021 15:23:51 -0800 Subject: [PATCH] Fix build --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index fbdeb5b..f5ecb81 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,5 +11,6 @@ "sourceMap": true, "declaration": true, "removeComments": true - } + }, + "include": ["src/**/*"] }