diff --git a/tsconfig.json b/tsconfig.json index c4a59366..b2633cb4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "isolatedModules": true, "noEmit": true, "jsx": "preserve", + "jsxImportSource": "preact", "jsxFactory": "h", "jsxFragmentFactory": "Fragment", "types": ["vite-plugin-pwa/client"],