From 18b908eca45bdf6ea3f2d0527673b24598f10ec3 Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 17 May 2023 12:19:59 +0200 Subject: [PATCH] Remove obsolete includes from tsconfig. --- tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 79143ce..0f4cf3f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,9 +14,6 @@ "target": "ES2022" }, "include": [ - "*.ts", - "source", - "tests", - "vite.config.ts" + "source" ] }