diff --git a/tsconfig.json b/tsconfig.json index 1f38a4f..a4d897a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,14 @@ { - "extends": "astro/tsconfigs/base", - "compilerOptions": { - "allowSyntheticDefaultImports": true - }, - "exclude": ["node_modules", "**/node_modules/*", ".vscode", "dist"] -} + "extends": "astro/tsconfigs/base", + "compilerOptions": { + "allowSyntheticDefaultImports": true, + "jsx": "react-jsx", + "jsxImportSource": "preact" + }, + "exclude": [ + "node_modules", + "**/node_modules/*", + ".vscode", + "dist" + ] +} \ No newline at end of file