diff --git a/.eslintrc.js b/.eslintrc.js index 83278c9..1c50c7c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,7 @@ module.exports = { extends: '@bjerk/eslint-config', + parserOptions: { + project: true, + tsconfigRootDir: __dirname, + }, };