feat(protocol): publish package

This commit is contained in:
Dax Raad
2026-07-01 13:53:09 -04:00
parent cf8823136c
commit 04e688fcbb
32 changed files with 231 additions and 65 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"noEmit": false,
"declaration": true
},
"include": ["src"]
}