feat: initial project prototype
Node.js CI / Lint and Test (push) Successful in 1m27s

This commit is contained in:
2025-11-12 19:32:40 -08:00
parent 3c853c9a31
commit 13c12f3465
20 changed files with 5746 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"outDir": "./prod",
"rootDir": "./src"
}
}