feat: initial prototype

This commit is contained in:
2025-02-23 16:39:42 -08:00
parent ff34067d4f
commit 10234d708f
22 changed files with 5829 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"]
}