feat: new website

This commit is contained in:
Dan Finch 2026-05-13 02:03:11 +02:00
commit 003752be95
53 changed files with 2532 additions and 0 deletions

14
tsconfig.config.json Normal file
View file

@ -0,0 +1,14 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"composite": true,
"types": [
"bun"
]
},
"include": [
"*.config.ts",
"*.config.cjs"
],
"files": []
}