From 32e6b6e2a52df4a844598164a9601a33ef5d4fb7 Mon Sep 17 00:00:00 2001 From: Evorp <3vorpgaming@gmail.com> Date: Sat, 3 Feb 2024 00:38:15 -0800 Subject: [PATCH] fix outdated jsconfig --- jsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsconfig.json b/jsconfig.json index d2cbc825..91ebd96b 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -1,5 +1,5 @@ { - "exclude": ["node_modules", "json"], + "exclude": ["node_modules", "backups", "downloadedTextures", "instapassedTextures"], "compilerOptions": { "resolveJsonModule": true, "baseUrl": ".",