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

This commit is contained in:
2025-07-30 13:50:50 -07:00
parent 9cf5daddc5
commit f5dd45a4c4
12 changed files with 4898 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"outDir": "./prod",
"rootDir": "./src",
}
}