chore: resolve ts-to-JSX type hints

This commit is contained in:
wangdejiang 2023-07-19 22:45:26 +08:00 committed by Paul Makles
parent be3565871c
commit fe63c6633f

View file

@ -14,6 +14,7 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve",
"jsxImportSource": "preact",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"types": ["vite-plugin-pwa/client"],