Skip to content

vite should type-check out of the box #28455

Open
0 of 1 issue completed
Open
0 of 1 issue completed
@ry

Description

@ry
# deno run -A npm:create-vite@latest
# cd vite-project/
# ls
index.html  package.json  public  src  tsconfig.json
# deno check
[works!]

Similarly the LSP should work out of the box.

Currently runs into errors like this:

# deno check .
error: Failed resolving types. Could not resolve "vite/client", but found it in a package.json. Deno expects the node_modules/ directory to be up to date. Did you forget to run `deno install`?

Sub-issues

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions