mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-05 23:25:44 -05:00
chore: resolve ts-to-JSX type hints
This commit is contained in:
parent
be3565871c
commit
fe63c6633f
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"jsx": "preserve",
|
"jsx": "preserve",
|
||||||
|
"jsxImportSource": "preact",
|
||||||
"jsxFactory": "h",
|
"jsxFactory": "h",
|
||||||
"jsxFragmentFactory": "Fragment",
|
"jsxFragmentFactory": "Fragment",
|
||||||
"types": ["vite-plugin-pwa/client"],
|
"types": ["vite-plugin-pwa/client"],
|
||||||
|
|
Loading…
Reference in a new issue