For my TypeScript development in VS Code, I have noticed a new behavior since the 1.30 release. There is now a three dots mark next to functions without a defined type, as shown in this screenshot. When I hover over it, a notice pops up saying "Parameter X implicitly has an 'any' type, but a better type may be inferred from usage." How can I remove these marks without having to define a type? I am currently unable to refactor everything at the moment and find these markings bothersome. Any help would be greatly appreciated. Thank you.