diff --git a/backend/.eslintrc.js b/backend/.eslintrc.js index 2ab8797c8..7c1fa8c93 100644 --- a/backend/.eslintrc.js +++ b/backend/.eslintrc.js @@ -19,11 +19,9 @@ module.exports = { }, 'import/resolver': { typescript: { - project: ['tsconfig.json', 'backend/tsconfig.json'], - }, - node: { - project: ['tsconfig.json', 'backend/tsconfig.json'], + project: ['**/tsconfig.json'], }, + node: true, }, }, rules: {