feat: initial prototype
Node.js CI / Lint and Test (push) Failing after 58s

This commit is contained in:
2025-10-07 11:38:38 -07:00
parent 2bfbe921ea
commit 9896bff829
11 changed files with 5725 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"outDir": "./prod",
"rootDir": "./src"
},
}