Bootstrap project, add protocol

This commit is contained in:
Jon Staab
2026-06-08 09:30:44 -07:00
parent 0bd28e16ac
commit f3945c2ea2
13 changed files with 2775 additions and 20 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "preserve",
"jsxImportSource": "solid-js",
"strict": true,
"noEmit": true,
"isolatedModules": true
},
"include": ["src"]
}