From 5e8ddf92ba7d0b35a9b8005d7c3dbe3611abe3e1 Mon Sep 17 00:00:00 2001 From: Tom Theisel Date: Sat, 7 May 2022 06:38:44 +0100 Subject: [PATCH] fix: remove index.ts from include --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b7b3a0c..0ef2879 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,5 +7,5 @@ "strict": true, "forceConsistentCasingInFileNames": true }, - "include": ["index.ts", "src"] + "include": ["src"] }