three-story-controls icon indicating copy to clipboard operation
three-story-controls copied to clipboard

Wrong typings path in package.json

Open subhankar-trisetra opened this issue 2 years ago • 0 comments

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"

subhankar-trisetra avatar Aug 17 '22 11:08 subhankar-trisetra