From a2f5318ec51bf75afd9ba5cb4bfcb614d9b8338e Mon Sep 17 00:00:00 2001 From: Nix Krystik Date: Wed, 6 May 2026 19:10:49 +0800 Subject: [PATCH] (misc): Update tsconfig so it doesn't complain about depreciated configs. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7b98727..d0ba40e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "strict": true, "esModuleInterop": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "resolveJsonModule": true },