From 19190082177d5316387a2f17fa416218972f2cb4 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 23 Jul 2021 11:48:21 -0600 Subject: [PATCH] Specify that we only care about the src folder --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a243f4a..7770db0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -61,5 +61,8 @@ /* Experimental Options */ // "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */ // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ - } + }, + "include": [ + "./src" + ] }