Only in these versions and only in the SAPUI5 types there are TypeScript errors like 'JQuery' only refers to a type, but is used as namespace here.. This is because some of the type definition files were wrongly named (e.g. core-1.122.0-esm-d.ts instead of sap.ui.core.d.ts) and hence no longer treated as ambient files (they no longer end with ".d.ts"). As a workaround, stick to the initial patch version 1.121.0 or 1.122.0 until you can use 1.123.x.
For reference:
Only in these versions and only in the SAPUI5 types there are TypeScript errors like
'JQuery' only refers to a type, but is used as namespace here.
. This is because some of the type definition files were wrongly named (e.g.core-1.122.0-esm-d.ts
instead ofsap.ui.core.d.ts
) and hence no longer treated as ambient files (they no longer end with ".d.ts"). As a workaround, stick to the initial patch version 1.121.0 or 1.122.0 until you can use 1.123.x.