start work on v2

This commit is contained in:
kittentm 2026-08-12 06:03:57 +02:00
commit c5fb8618df
Signed by: kitten
GPG key ID: 394B4EABE4405A83
2013 changed files with 16939 additions and 46092 deletions

19
tsconfig.json Normal file
View file

@ -0,0 +1,19 @@
{
"extends": "astro/tsconfigs/strict",
"include": [
".astro/types.d.ts",
"**/*"
],
"exclude": [
"dist"
],
"compilerOptions": {
"ignoreDeprecations": "6.0",
"baseUrl": ".",
"paths": {
"~/*": [
"src/*"
]
}
}
}