Skip to content
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

Wrong typings path in package.json #30

Open
subhankar-trisetra opened this issue Aug 17, 2022 · 0 comments
Open

Wrong typings path in package.json #30

subhankar-trisetra opened this issue Aug 17, 2022 · 0 comments

Comments

@subhankar-trisetra
Copy link

subhankar-trisetra commented Aug 17, 2022

Problem: When installing module from npm, package.json has the typings set as "typings": "./lib/three-story-controls.d.ts" and vscode is not able to find the specified file cuz lib folder isin't there.
image

Solution: "typings": "dist/three-story-controls.d.ts"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant