maybe related to https://github.com/typescript-eslint/typescript-eslint/issues/1091 ? **What did you expect to happen?** lint should work as before **What actually happened?** after bumping to 2.4.0 I got out of memory error  not present with 2.3.3. **Versions** | package | version | | --------------------------- | ------- | | `@typescript-eslint/parser` | `2.4.0` | | `TypeScript` | `3.6.4` | | `ESLint` | `6.5.1` | | `node` | `10.16.1` | | `yarn` | `1.19` |