From 9b8502b90adfe4811af4cfef54729da3dcd332ee Mon Sep 17 00:00:00 2001 From: Cayman Date: Wed, 7 Aug 2019 13:35:40 -0500 Subject: [PATCH] Add tsconfig include --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index a157c48..fcad19a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "extends": "../../tsconfig", + "include": ["src"], "compilerOptions": { "typeRoots": [ "../../node_modules/@types"