feat: initial prototype

This commit is contained in:
2025-08-22 15:44:26 -07:00
parent 3dcfa8db3f
commit 09ab66d3e1
13 changed files with 4954 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod"
}
}