We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e65a41 commit bf69063Copy full SHA for bf69063
packages/create-vite/template-preact-ts/src/preact.d.ts
packages/create-vite/template-preact-ts/tsconfig.json
@@ -14,9 +14,8 @@
14
"resolveJsonModule": true,
15
"isolatedModules": true,
16
"noEmit": true,
17
- "jsx": "preserve",
18
- "jsxFactory": "h",
19
- "jsxFragmentFactory": "Fragment"
+ "jsx": "react-jsx",
+ "jsxImportSource": "preact"
20
},
21
"include": ["src"],
22
"references": [{ "path": "./tsconfig.node.json" }]
0 commit comments