Added some cantane data

This commit is contained in:
Alexis
2025-01-11 20:44:08 +01:00
parent 6ea4bdaef5
commit bb5d995b5d
7 changed files with 65 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
@@ -9,4 +11,4 @@
},
"jsx": "preserve"
}
}
}