diff --git a/tsconfig.json b/tsconfig.json index f5f0754..d36f73a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "module": "commonjs", "target": "ES2020", "outDir": "out/desktop", - "lib": ["ES2020"], + "lib": ["ES2020", "dom"], "sourceMap": true, "rootDir": "src", "strict": true,