After transitioning to Angular version 9 that includes Typescript 3.7, I observed that my tslint is not identifying new features like optional chaining and null coalescing. Should I consider switching to eslint, or is there a solution to address this issue?