refactor(protocol): extract server contracts (#33708)

This commit is contained in:
Kit Langton
2026-06-25 04:15:31 +02:00
committed by GitHub
parent 9657c444c4
commit 67531f5b89
77 changed files with 1070 additions and 878 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"noUncheckedIndexedAccess": false
}
}