From c9cf74f3e0270038b6253f8a34350a481c918542 Mon Sep 17 00:00:00 2001 From: William Killerud Date: Fri, 27 Mar 2026 11:29:17 +0100 Subject: [PATCH] Update module.json --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 97d5af7..2f06f47 100644 --- a/module.json +++ b/module.json @@ -1,9 +1,9 @@ { "compilerOptions": { - "lib": ["es2020", "DOM"], + "lib": ["es2022", "DOM"], "module": "nodenext", "moduleResolution": "nodenext", - "target": "es2020", + "target": "es2022", "resolveJsonModule": true, "checkJs": true, "allowJs": true,