feat: new website

This commit is contained in:
Dan Finch 2026-05-13 02:03:11 +02:00
commit 9a2ff1ad03
64 changed files with 2905 additions and 0 deletions

16
tsconfig.base.json Normal file
View file

@ -0,0 +1,16 @@
{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"lib": [
"esnext"
],
"types": [],
"moduleResolution": "bundler",
"esModuleInterop": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"strict": true,
"outDir": "dist"
}
}