diff --git a/backend/.eslintrc.js b/backend/.eslintrc.js index 4aa367a85..d20120a25 100644 --- a/backend/.eslintrc.js +++ b/backend/.eslintrc.js @@ -160,8 +160,8 @@ module.exports = { 'import/unambiguous': 'off', }, parserOptions: { - tsconfigRootDir: './', - project: ['./tsconfig.json'], + tsconfigRootDir: '**/', + project: ['**/tsconfig.json'], // this is to properly reference the referenced project database without requirement of compiling it EXPERIMENTAL_useSourceOfProjectReferenceRedirect: true, },