From 596d163c4629db661935f9895eb425745a646c88 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Fri, 12 Aug 2022 21:00:32 +0100 Subject: [PATCH] Fix tsconfig so that we no longer use dist/src/ --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index df7bcba..27960c1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,6 @@ "skipLibCheck": true, "noImplicitReturns": false }, - "include": ["src/**/*", "*.js"], + "include": ["src/**/*"], "exclude": [] }