From 5d14bfa3b4daee9ac3a03a65f03905d86514ee7b Mon Sep 17 00:00:00 2001 From: silverwind Date: Mon, 17 Jun 2024 21:40:38 +0200 Subject: [PATCH] remove unnecessary exclude --- tsconfig.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 7537efb4b1..676964c721 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,11 +5,6 @@ "tools/**/*", "web_src/js/**/*", ], - "exclude": [ - "**/.git/**", - "**/.venv/**", - "**/vendor/**", - ], "compilerOptions": { "target": "esnext", "module": "nodenext",