Added vue toolkit (just in case)

This commit is contained in:
Alexis
2024-08-06 17:22:28 +02:00
parent 5dc4f4d92f
commit 76ae8b1f2d
9 changed files with 1853 additions and 7444 deletions

View File

@@ -1,3 +1,6 @@
{
"extends": "astro/tsconfigs/strict"
"extends": "./tsconfig.astro.strictest",
"compilerOptions": {
"strictNullChecks": true
}
}