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
Actual behavior:
Compile error for type of timer not match that in @types/node
@types/node is a dependency that @types/protobufjs need.
But in frontend project, it always be brought by some lib (maybe can run both at browser and server)
Need some way to exclude @types/node for frontend project.
So suggest this:
{
..
excludeTypes: ['@types/node']
}
The text was updated successfully, but these errors were encountered:
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
TypeScript Version: 2.4.0 / nightly (2.5.0-dev.201xxxxx)
2.4.0
Code
This is a frontend project.
Expected behavior:
Compile success
Actual behavior:
Compile error for type of timer not match that in
@types/node
@types/node
is a dependency that@types/protobufjs
need.But in frontend project, it always be brought by some lib (maybe can run both at browser and server)
Need some way to exclude @types/node for frontend project.
So suggest this:
The text was updated successfully, but these errors were encountered: