add @types/wicg-file-system-access to fix build errors

- https://stackoverflow.com/a/71343465/9439899
- https://github.com/WICG/file-system-access
This commit is contained in:
Joscha
2025-01-06 19:26:36 +01:00
parent 9208924ffe
commit 09996516de
5 changed files with 19 additions and 13 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"types": ["geojson"],
"types": ["geojson", "@types/wicg-file-system-access"],
"module": "ESNext",
"skipLibCheck": true,
@@ -27,7 +27,7 @@
"ts-node": {
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Node"
"moduleResolution": "Node",
}
}
}
}