chore(types): fill in gap from jsdom

This commit is contained in:
Elian Doran 2025-09-28 20:55:20 +03:00
parent 7e79d907be
commit 2a0410f597
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"lib": [ "ESNext" ],
"lib": [ "ESNext", "DOM.Iterable" ],
"outDir": "dist",
"types": [
"node",

View File

@ -5,7 +5,7 @@
"emitDeclarationOnly": true,
"importHelpers": true,
"isolatedModules": true,
"lib": ["ES2023"],
"lib": ["ES2023", "DOM", "DOM.Iterable"],
"module": "nodenext",
"moduleResolution": "nodenext",
"noEmitOnError": true,