From c1bae71d206344b807e8d4b3c2598b57c81228ca Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 2 Jun 2024 14:21:44 +0200 Subject: [PATCH] don't exclude node_modules as typscript apparently may need it for type resolution --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index dd14cb46a6..7537efb4b1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,6 @@ "exclude": [ "**/.git/**", "**/.venv/**", - "**/node_modules/**", "**/vendor/**", ], "compilerOptions": {