feat: initial prototype

This commit is contained in:
2025-10-30 20:52:42 -07:00
parent bf932d2052
commit d9188d5b74
11 changed files with 5404 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"outDir": "./prod",
"rootDir": "./src",
}
}