Closed boschni closed 5 years ago
This PR adds a comment flag to ignore certain exports just like the TSLint comment flags.
// ts-unused-exports:disable-next-line export function add2(x:number) { return x + 2; }
@pzavolinsky Any updates on this pull request? This functionality is sorely needed by my team. It would be good to maintain this in your repo without a fork.
Merging - thank you for contributing!
This PR adds a comment flag to ignore certain exports just like the TSLint comment flags.