After updating angular to version 9 we get this error: > ERROR in node_modules/json-typescript-mapper/index.ts:187:13 - error TS2536: Type 'string' cannot be used to index type 'T'. > 187 instance[key] = decoratorMetaData.customConverter.fromJson(json[decoratorMetaData.name || key]);