feat: initial prototype

This commit is contained in:
2025-07-21 15:28:32 -07:00
parent da76bb5327
commit 26bea6e8f7
26 changed files with 5884 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod"
},
"exclude": ["test", "vitest.config.ts"]
}