diff --git a/tsconfig.json b/tsconfig.json index 53f64bd7..cbafc6d0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "lib": ["ES2019"], + "lib": ["ES2019", "dom"], "module": "commonjs", "target": "ES2019", "outDir": "dist",