three-story-controls
three-story-controls copied to clipboard
Wrong typings path in package.json
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.
Solution: "typings": "dist/three-story-controls.d.ts"