use ** glob pattern

This commit is contained in:
Ulf Gebhardt 2023-04-05 03:38:32 +02:00
parent faf6881ffb
commit 84bd3aca6a
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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: {