Open rgripper opened 1 year ago
Mono repos are not yet supported.
This occurs for me and my code isn't a monorepo.
@RobertAKARobin I’d recommend opening a separate issue for that so it can be investigated. It may be a setup/configuration issue or some other unhandled scenario.
Maybe it's the same problem described here? https://github.com/denoland/deno/issues/17930#issuecomment-1462434807
I have a Vite+React+Typescript starter project that was created for npm and has a package.json file. I successfully run
deno task dev
on Deno 1.31.3, but VSCode shows errors for all bare imports in ts files. Note that it's a part of a monorepo and I have my structure like this:monorepo/my-app/package.json monorepo/my-app/src/App.tsx