web version

This commit is contained in:
Theo Browne
2026-02-19 22:46:41 -08:00
parent f577126081
commit bca390ae75
9 changed files with 1077 additions and 419 deletions

View File

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