feat: initial scaffolding

This commit is contained in:
2025-08-13 17:58:03 -07:00
parent c6fc5cd9c6
commit 1e7826fb00
7 changed files with 4720 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod"
}
}