wip: made some progress

This commit is contained in:
2025-09-04 18:35:12 -07:00
parent ad449e50a4
commit 359b22b979
17 changed files with 5334 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod"
}
}