This commit is contained in:
Carl-Gerhard Lindesvärd
2023-11-04 22:03:22 +01:00
parent 3431958c79
commit ce26b24c1b
2 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"lib": ["ESNext"],
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"module": "esnext",
"target": "esnext",
"moduleResolution": "bundler",