feat: initial personality site

This commit is contained in:
2026-04-20 21:40:43 -07:00
committed by Naomi Carrigan
parent 671ec09ff4
commit 8fc023306f
18 changed files with 8547 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"outDir": "./prod",
"rootDir": "."
},
"exclude": ["test/**/*.ts"]
}