chore(preact): add Preact to Astro

This commit is contained in:
Stefan Imhoff
2023-04-02 15:51:09 +02:00
parent a297452050
commit 9b784ae818
4 changed files with 142 additions and 9 deletions

View File

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