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

This commit is contained in:
2025-02-25 16:37:00 -08:00
parent 2ba0ae631b
commit f3ab9e541f
12 changed files with 4978 additions and 0 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"]
}