I turned off these 3 rules:
rules: {
'@typescript-eslint/no-unsafe-assignment': 'off',
'@typescript-eslint/no-unsafe-call': 'off',
'@typescript-eslint/no-unsafe-member-access': 'off',
},
because there were too many instances in the codebase. It would be nice to clean them up.