How to work without a tsconfig.json in VSCode? Getting typescript errors due to React.
The project contains
deno.json
file but the vscode typescript integration doesn't care.
9 Replies
Install the Deno extension. If you have already, run the
Deno: enable
command in vscodeThanks for filing an issue. @nayeemrmn will take a look once the easter holidays are over.
is there any more info i should include?
@aspizu It's strange that it's continuing despite disabling the built-in extension. Which one did you disable? It should be
TypeScript and JavaScript Language Features
.yep thats the one i disabled

Do you have any other extensions enabled that could be the cause?
civet