diff --git a/tsconfig.json b/tsconfig.json index 90987681d0..5fc2f47c50 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "module": "NodeNext", "esModuleInterop": true, "target": "ES2022", - "lib": ["ES2022"], + "lib": ["ES2022", "dom"], "strict": true, "noImplicitAny": true, "noImplicitThis": true,