ParseForTypeInfo
Parse only JSDoc comments which are needed to provide correct type info.
This will always parse JSDoc in non-TS files, but never in TS files.
Note: Do not use this mode if you require accurate type errors; use {@link ParseForTypeErrors} instead.