chore: resolve ts-to-JSX type hints

pull/1049/head
wangdejiang 2023-07-19 22:45:26 +08:00 committed by Paul Makles
parent 583f025f92
commit 9cd2d8d06a
1 changed files with 1 additions and 0 deletions

View File

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