chore: fix up the scaffolding

This commit is contained in:
2026-01-21 16:08:44 -08:00
parent 2352f45794
commit 5003386577
4 changed files with 18 additions and 31 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
"outDir": "./prod"
},
"include": ["src/**/*"]
}