From 0a82226e2c7c857ae74f12f1c5512323b72e3844 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Fri, 21 Aug 2020 13:40:16 -0400 Subject: [PATCH] include new folder in typescript checks --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 95c3ecbd..da9874a9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "include": ["./services/gunDB/**/*.*"], + "include": ["./services/gunDB/**/*.*", "./utils/lightningServices/**/*.*"], "compilerOptions": { /* Basic Options */ // "incremental": true, /* Enable incremental compilation */