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

This commit is contained in:
2025-07-19 19:46:36 -07:00
parent 78b4da6235
commit fe70dcc49f
24 changed files with 5421 additions and 14 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod"
},
"exclude": ["test", "vitest.config.ts"]
}