Open
Description
Issue To Be Solved
There are times when I want to be able to ignore errors or warning that may not be applicable to me.
Having the ability to "ignore" certain lines/blocks/files of code would be useful as it allows developers to focus on the their "real" warnings/errors.
Suggested Solution
Implementing a // @ts-ignore
or ESLint ignoring-like functionality would be ideal. Customers can markup code/files they wish to have the extension ignore.