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.![No description](https://cdn.answeroverflow.com/1223905502610849802/image.png)
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
![No description](https://cdn.answeroverflow.com/1224018907761872956/image.png)
Do you have any other extensions enabled that could be the cause?
civet