feat: initial commit

This commit is contained in:
2025-11-02 09:05:06 -08:00
parent 7f0d908ea6
commit 17facb07fc
9 changed files with 5180 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"outDir": "./prod",
"rootDir": "./src",
}
}