feat: move Haiku to collection

This commit is contained in:
Stefan Imhoff
2023-04-24 16:14:53 +02:00
parent e3d83759e0
commit fb3c95aa81
25 changed files with 273 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
}
}
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact",
"strictNullChecks": true
}
}