From 680dc806495ceed93c7e4133a8ec9afb7942b4fd Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 6 Oct 2024 19:26:37 +0300 Subject: [PATCH] Extend exclude list for frontend jsconfig --- public/jsconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/jsconfig.json b/public/jsconfig.json index f362b9731..7905ed388 100644 --- a/public/jsconfig.json +++ b/public/jsconfig.json @@ -8,7 +8,11 @@ "allowSyntheticDefaultImports": true }, "exclude": [ - "node_modules" + "**/node_modules/**", + "**/dist/**", + "**/.git/**", + "lib/**", + "**/*.min.js" ], "typeAcquisition": { "include": [