guocaoyi / create-chrome-ext

🍺 Scaffolding your Chrome extension! Boilerplates: react \ vue \ svelte \ solid \ preact \ alpine \ lit \ stencil \ inferno \ vanilla
MIT License
1.64k stars 118 forks source link

fix: tsconfig in `template-solid-ts` #39

Closed EastSun5566 closed 1 year ago

EastSun5566 commented 1 year ago

Hi, thanks for the great tool!

Form Solidjs docs tsconfig.jsx should use

"jsx": "preserve",
"jsxImportSource": "solid-js"

otherwise, it will create a lot of TS errors.