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
The problem here is that IFace is not a class, so it can't be extended, which is why the original declaration should be used instead. If it was a class, the output would be perfectly valid.
The text was updated successfully, but these errors were encountered:
TypeScript Version: 2.4.0-dev.20170503
Code
To compile:
tsc test.ts --declaration
Expected output:
Actual output:
The problem here is that IFace is not a class, so it can't be extended, which is why the original declaration should be used instead. If it was a class, the output would be perfectly valid.
The text was updated successfully, but these errors were encountered: