From eea1a7ee9da92a3f93e048ad1eca1568c7e6b9e6 Mon Sep 17 00:00:00 2001 From: itsMapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Wed, 16 Aug 2023 20:02:58 -0500 Subject: [PATCH] solve some weird inclusion errors --- tsconfig.base.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index a149e99..1b5134a 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -10,7 +10,6 @@ "resolveJsonModule": true, "skipLibCheck": true, "strict": true, - "target": "esnext", - "composite": true + "target": "esnext" } }