diff --git a/frontend/tsconfig.node.json b/frontend/tsconfig.node.json index 4251d92..862d415 100644 --- a/frontend/tsconfig.node.json +++ b/frontend/tsconfig.node.json @@ -2,7 +2,7 @@ "compilerOptions": { "composite": true, "target": "ES2020", - "lib": ["ES2020"], + "lib": ["ES2020", "DOM"], "module": "ESNext", "moduleResolution": "Bundler", "allowSyntheticDefaultImports": true,