feat: add romhack archive site

This commit is contained in:
ginnoir
2026-06-08 21:16:04 -05:00
commit c868800495
518 changed files with 46140 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"allowJs": false,
"resolveJsonModule": true,
"types": ["vitest/globals"]
},
"include": ["src/**/*", "astro.config.mjs"]
}