From 622339c69802904a8888219ea305e022757cfc3f Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Wed, 16 Oct 2024 20:41:31 +0900 Subject: [PATCH] optimize jsconfig by excluding node_modules --- jsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsconfig.json b/jsconfig.json index 7d22254..d032145 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -7,5 +7,6 @@ "allowJs": true, "checkJs": true, "strict": true - } + }, + "exclude": ["node_modules"] }