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"] }