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

This commit is contained in:
2025-10-07 17:25:00 -07:00
parent c15566978c
commit 8aabf08555
10 changed files with 4653 additions and 14 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"outDir": "./prod",
"rootDir": "./src"
},
}