This commit is contained in:
Ian Gulliver
2024-12-21 07:26:27 -08:00
parent 4dc3675dbd
commit 1c90c313f0
9 changed files with 77 additions and 68 deletions

View File

@@ -3,7 +3,7 @@
"target": "ESNext",
"module": "ESNext",
"strict": true,
"outDir": "static"
"outDir": "js"
},
"include": ["ts"],
}