From 48e40538dce3d5f4b89725e5e06e028780095e34 Mon Sep 17 00:00:00 2001 From: Eldritch-Oliver Date: Wed, 1 Oct 2025 00:38:17 -0600 Subject: [PATCH] Restore intellisense for the module code --- jsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsconfig.json b/jsconfig.json index fd36906..6811918 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -11,7 +11,7 @@ } }, "include": [ - "module/main.mjs", + "module/**/*", "foundry/client/client.mjs", "foundry/client/global.d.mts", "foundry/common/primitives/global.d.mts"