-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Estree types missing #10010
Labels
Comments
Here's the tsconfig.json in case you need it.
|
dummdidumm
added a commit
that referenced
this issue
Jan 10, 2024
types are exposed through our types, so we need to add it as a dependency fixes #10010
5 tasks
dummdidumm
added a commit
that referenced
this issue
Jan 10, 2024
types are exposed through our types, so we need to add it as a dependency fixes #10010
5 tasks
dummdidumm
added a commit
that referenced
this issue
Jan 11, 2024
types are exposed through our types, so we need to add it as a dependency fixes #10010
dummdidumm
added a commit
that referenced
this issue
Jan 11, 2024
types are exposed through our types, so we need to add it as a dependency fixes #10010
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Hello. After setting up a Svelte project with Typescript, I bumped into an error with missing type definitions for estree. I think they should ship with Svelte by default.
Reproduction
yarn create vite my-app --template svelte-ts
tsc --noEmit && vite build
yarn build
Running
yarn add -D @types/estree
solves the issue.Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: