Now with working network

This commit is contained in:
Felix Rieseberg
2025-02-18 22:39:47 -08:00
parent c9e45a9f39
commit 5c946bbca4
26 changed files with 688 additions and 32 deletions

View File

@@ -8,12 +8,11 @@
"preserveConstEnums": true,
"sourceMap": true,
"lib": [
"es2017",
"es2021",
"dom"
],
"noImplicitAny": true,
"noImplicitReturns": true,
"suppressImplicitAnyIndexErrors": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"noImplicitThis": true,