CarereC
Denoβ€’3y agoβ€’
4 replies
Carere

Impossible to use `"jsx": "preserve"` in deno.json...

Well it seems that I can't use jsx preserve in deno.json, when I try to run any tasks in deno.json, I get the following error:
error: Unsupported 'jsx' compiler option value 'preserve'. Supported: 'react-jsx', 'react-jsxdev', 'react'
  at file:///home/carere/Projects/Ashiso/zentai/deno.json

I use Solid-JS in my project, how should I proceed ?
Was this page helpful?