aspizu
aspizu13mo ago

How to work without a tsconfig.json in VSCode? Getting typescript errors due to React.

Cannot find name 'Map'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later.typescript(2583)
Cannot find name 'Map'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later.typescript(2583)
The project contains deno.json file but the vscode typescript integration doesn't care.
No description
9 Replies
marvinh.
marvinh.13mo ago
Install the Deno extension. If you have already, run the Deno: enable command in vscode
marvinh.
marvinh.13mo ago
Thanks for filing an issue. @nayeemrmn will take a look once the easter holidays are over.
aspizu
aspizuOP13mo ago
is there any more info i should include?
nayeemrmn
nayeemrmn13mo ago
@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.
aspizu
aspizuOP13mo ago
yep thats the one i disabled
aspizu
aspizuOP13mo ago
No description
nayeemrmn
nayeemrmn13mo ago
Do you have any other extensions enabled that could be the cause?
aspizu
aspizuOP13mo ago
civet

Did you find this page helpful?