properly resolve all paths

This commit is contained in:
Ulf Gebhardt 2023-04-05 03:22:36 +02:00
parent d7c5de6780
commit bd9442169d
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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,
},