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": {