chore: resolve ts-to-JSX type hints

This commit is contained in:
wangdejiang
2023-08-25 18:44:57 +01:00
committed by Paul Makles
parent be3565871c
commit fe63c6633f
+1
View File
@@ -14,6 +14,7 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve",
"jsxImportSource": "preact",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"types": ["vite-plugin-pwa/client"],