module.exports = { extends: 'next', root: true, parserOptions: { project: ['./tsconfig.json'], tsconfigRootDir: __dirname, }, }