module.exports = { root: true, extends: ['@modern-js'], parserOptions: { tsconfigRootDir: __dirname, project: ['./tsconfig.json'], }, };