chore: pull in latest

This commit is contained in:
Mark Wylde
2025-09-26 22:34:52 +01:00
12 changed files with 281 additions and 443 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
// Environment setup & latest features
"lib": ["ESNext"],
"lib": ["ESNext", "DOM"],
"target": "ESNext",
"module": "ESNext",
"moduleDetection": "force",