properly set relative path for config

This commit is contained in:
Ulf Gebhardt 2023-02-26 10:31:44 +01:00
parent 67226e253a
commit a998afb6d4
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -28,6 +28,7 @@ module.exports = {
'plugin:type-graphql/recommended',
],
parserOptions: {
tsconfigRootDir: __dirname,
project: ['./tsconfig.json'],
},
},