diff --git a/tsconfig.json b/tsconfig.json index a769363c8a..b354cd7930 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "ES2021", - "lib": ["ES2021", "DOM"], + "lib": ["ES2021"], "moduleResolution": "NodeNext", "module": "NodeNext", "strict": true,