From a998afb6d470045c013ff91ebcc547c393a5699f Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 26 Feb 2023 10:31:44 +0100 Subject: [PATCH] properly set relative path for config --- backend/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/.eslintrc.js b/backend/.eslintrc.js index c380b99d6..33a4fb658 100644 --- a/backend/.eslintrc.js +++ b/backend/.eslintrc.js @@ -28,6 +28,7 @@ module.exports = { 'plugin:type-graphql/recommended', ], parserOptions: { + tsconfigRootDir: __dirname, project: ['./tsconfig.json'], }, },