fix lint with uncompiled database

This commit is contained in:
Ulf Gebhardt 2023-02-26 13:19:21 +01:00
parent 539b45282b
commit 3dc878b59a
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -35,6 +35,8 @@ module.exports = {
parserOptions: {
tsconfigRootDir: __dirname,
project: ['./tsconfig.json'],
// this is to properly reference the referenced project database without requirement of compiling it
EXPERIMENTAL_useSourceOfProjectReferenceRedirect: true,
},
},
],