feat: initial project prototype

This commit is contained in:
2025-02-10 18:04:33 -08:00
parent 70e7649c0c
commit ae08bbdfc0
28 changed files with 5760 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod"
},
"exclude": ["test/**/*.ts", "vitest.config.ts"]
}