From f20a04b2a0b99926f56beda2e3a511dae785dcde Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 16 Aug 2026 20:26:47 +0200 Subject: [PATCH] Refactoring --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index da2268bbc..a74d9910f 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -12,7 +12,7 @@ "target": "es2022", "module": "esnext", "typeRoots": ["node_modules/@types"], - "lib": ["es2022", "dom"], + "lib": ["dom", "es2022"], "skipLibCheck": true, "skipDefaultLibCheck": true, "paths": {