We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeScript Version: nightly (2.3.0-dev.20170415)
Code
type Alias<T> = { x: number }; interface I<T> { x: number; }
Expected behavior:
Both are --noUnusedParameters errors.
--noUnusedParameters
Actual behavior:
Only the interface is an error.