General Upgrade, NEW: WebServers, Better Docs
Some checks failed
CI / checks (push) Failing after 4m20s

This commit is contained in:
Alex Emmet 2026-07-18 03:08:03 +02:00
commit 62a8327239
122 changed files with 10187 additions and 5169 deletions

View file

@ -14,7 +14,8 @@
"mtp/raw": ["src/raw/index.ts"],
"mtp/type-map": ["src/type-map/index.ts"],
},
"strict": false,
"strict": true,
"noImplicitAny": false,
"skipLibCheck": true,
"isolatedModules": true,
"verbatimModuleSyntax": true,