main #219

Merged
alexlebens merged 8 commits from main into release 2026-04-08 02:05:53 +00:00
Showing only changes of commit 5c4a10acac - Show all commits

View File

@@ -14,14 +14,13 @@
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"baseUrl": ".",
"plugins": [
{
"name": "next"
}
],
"paths": {
"@/*": ["src/*"]
"@/*": ["./src/*"]
}
},
"include": [".astro/types.d.ts", "**/*"],