feat: initial prototype
All checks were successful
Node.js CI / Lint and Test (push) Successful in 48s

This commit is contained in:
2025-02-23 16:19:30 -08:00
parent 2c86512196
commit 98fd889647
23 changed files with 5886 additions and 14 deletions

8
tsconfig.json Normal file
View File

@ -0,0 +1,8 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod"
},
"exclude": ["test/**/*.ts", "vitest.config.ts"]
}