you must go to .eslintrc.json file and configure it like this
{
"extends": ["next/core-web-vitals", "next/typescript"] ,
"rules": { "@typescript-eslint/no-empty-object-type": "off" } }