Hi,
In it’s not strictly required to have version of TypeScript available during analysis the same as the version used to build the project. TypeScript >=3.2.1 is required as we are using some TypeScript API available since that version.
So just install TypeScript >=3.2.1 for the analysis time. There might be some differences with type resolution, but most probably it will not affect analysis results.
Hope it helps!