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
Observer: the import is an error. The compile can't find the node typings
Why is this the case. Should the compiler look for a node_modules folder up the tree for typings. Add
a property types with [ "node" ] fixes the issue.
The text was updated successfully, but these errors were encountered:
TypeScript Version: 2.0.0 beta
Folders
"typescript.tsdk": "./node_modules/typescript/lib"
Observer: the import is an error. The compile can't find the node typings
Why is this the case. Should the compiler look for a node_modules folder up the tree for typings. Add
a property types with [ "node" ] fixes the issue.
The text was updated successfully, but these errors were encountered: