From c7157cc247ab0649617e7758a527cf51f321e5aa Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 11 May 2021 00:59:05 +0000 Subject: [PATCH] Fix incorrect typescript-setting --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2dec126..af48b13 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "noEmit": true }, "include": [ - "./gulp/**", + "./gulp/**/*.*", "./gulpfile.ts" ] }