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
Expected behavior:
Typings of gulp-typescript should work without installing additional @types packages.
Actual behavior:
Error that vinyl is not found.
We cannot depend on @types/vinyl as this adds @types/node to all projects. This is caused by the way that TypeScript resolves @types. Instead, we should copy the definition of a vinyl file in our code base.
The text was updated successfully, but these errors were encountered:
Expected behavior:
Typings of gulp-typescript should work without installing additional
@types
packages.Actual behavior:
Error that
vinyl
is not found.We cannot depend on
@types/vinyl
as this adds@types/node
to all projects. This is caused by the way that TypeScript resolves@types
. Instead, we should copy the definition of a vinyl file in our code base.The text was updated successfully, but these errors were encountered: