fix: add DOM lib to vscode tsconfig to resolve HeadersInit type error

This commit is contained in:
Mark IJbema
2026-03-10 12:53:15 +01:00
parent 96ba9549a8
commit 65fe34f225
+1 -1
View File
@@ -3,7 +3,7 @@
"module": "ESNext",
"moduleResolution": "bundler",
"target": "ES2022",
"lib": ["ES2022"],
"lib": ["ES2022", "DOM"],
"sourceMap": true,
"rootDir": "src",
"strict": true /* enable all strict type-checking options */,