feat: initial prototype
Node.js CI / Lint and Test (push) Successful in 32s

This commit is contained in:
2025-11-08 15:26:36 -08:00
parent f3bd566832
commit e2a6a44741
13 changed files with 5004 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"outDir": "./prod",
"rootDir": "./src"
}
}