Initial rewrite

This commit is contained in:
Andras Schmelczer 2026-05-10 19:05:30 +01:00
parent a5f64a3ff8
commit 0d183c8335
200 changed files with 12537 additions and 18659 deletions

View file

@ -1,15 +1,6 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": false,
"module": "es6",
"target": "es5",
"sourceMap": true,
"moduleResolution": "node",
"strict": true,
"allowJs": true,
"lib": [
"dom"
]
"types": ["astro/client"]
}
}
}