diff --git a/tsconfig.json b/tsconfig.json index dcd8fc5..d6d2616 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "lib": ["ESNext"], + "lib": ["ESNext", "DOM"], "target": "ESNext", "module": "ESNext", "moduleDetection": "force", @@ -20,3 +20,4 @@ "forceConsistentCasingInFileNames": true } } +