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
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.
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"
The text was updated successfully, but these errors were encountered: