Skip to content

Commit

Permalink
Change tsconfig root dir (#3900)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicky-g committed Sep 20, 2022
1 parent 7ab9807 commit 989b35d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions creator-node/.eslintrc.js
@@ -1,6 +1,7 @@
module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
tsconfigRootDir: __dirname,
ecmaVersion: 2020,
project: ['./tsconfig.json']
},
Expand Down

0 comments on commit 989b35d

Please sign in to comment.