lucacasonato / dext.ts

The Preact Framework for Deno
https://deno.land/x/dext
MIT License
241 stars 8 forks source link

JSX not recognized in vscode #78

Open egovelox opened 3 years ago

egovelox commented 3 years ago

I cannot get correct JSX in vscode (despite using the deno extension)

I followed the readme, getting started deno install // but here I added --no-check because it was not ok dext create myproject and inside pages/index.ts vscode displays the following error on the first jsx <> : Cannot find name 'React'.deno-ts(2304)

I really have no clue how to fix this ! Thanks !