From 2c5f6f50da9dd5651f705965a31f0f47da7b719b Mon Sep 17 00:00:00 2001 From: Nix Krystik Date: Sat, 13 Jun 2026 22:11:53 +0000 Subject: [PATCH] (build): it works, then it doesn't. --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 98deec1..35efb34 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,8 @@ "noUnusedLocals": true, "noImplicitAny": false, + "target": "esnext", + "module": "es2022", "moduleResolution": "bundler", "esModuleInterop": true,