diff --git a/tsconfig.json b/tsconfig.json index b4025814..7f537b80 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,11 @@ "extends": "@sindresorhus/tsconfig", "compilerOptions": { "outDir": "build", + "lib": [ + "DOM", + "DOM.Iterable", + "ES2023" + ], "sourceMap": true, "jsx": "react", "isolatedModules": true