feat: Move to Astro

This commit is contained in:
2023-06-14 02:21:36 +02:00
parent 908d43f299
commit 0f7128814c
21 changed files with 6580 additions and 4033 deletions

View File

@ -1,9 +1,3 @@
{
"extends": "./node_modules/@dzeio/config/tsconfig.base.json",
"compilerOptions": {
"outDir": "dist"
},
"files": [
"src/main.ts"
]
"extends": "astro/tsconfigs/strict"
}