From d0a41548fd96c53ab17f9603d356e84c8209d568 Mon Sep 17 00:00:00 2001 From: koenkk Date: Thu, 1 Jun 2023 16:10:05 +0200 Subject: [PATCH] chore: Exclude node_modules from TS compiler --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index b0e519084..5b00b2a58 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,4 +21,7 @@ "lib/**/*", "lib/util/settings.schema.json" ], + "exclude": [ + "node_modules" + ], } \ No newline at end of file