You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I get Could not find a declaration file for module for this package, I'm not sure what I am doing wrong or why the types aren't being installed..
To Reproduce
Steps to reproduce the behavior:
Install the package in a project that uses pnpm or npm, tried with both.
Expected behavior
Should correctly find the package types
Don't worry bro, try to restart your vscode or restart your ts engine in your vscode 😁
I don't think that is the root of my issue, I tried to reload my VSCode and the error is still there, also, looking at the craftjs folder in my node_modules, I can't find any types or lib folder
And based on the package.json of craft, it should be at `/lib/index.d.ts
Describe the bug
I get
Could not find a declaration file for module
for this package, I'm not sure what I am doing wrong or why the types aren't being installed..To Reproduce
Steps to reproduce the behavior:
Install the package in a project that uses pnpm or npm, tried with both.
Expected behavior
Should correctly find the package types
Your environment
The text was updated successfully, but these errors were encountered: