feat: scaffolding and infrastructure

This commit is contained in:
2025-08-11 14:44:17 -07:00
parent cdaeff99d1
commit 99a91b7c90
8 changed files with 4215 additions and 0 deletions

7
tsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"outDir": "./prod",
"rootDir": "./src",
}
}