Skip to content

Commit

Permalink
Update TSConfig file in ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
aweebit committed Aug 13, 2023
1 parent ad9c8e9 commit fd12ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const javascriptSettings = {
const typescriptSettings = {
files: ['*.ts', '*.mts'],
parserOptions: {
project: './tsconfig.json'
project: './tsconfig.base.json'
},
plugins: [
'@typescript-eslint'
Expand Down

0 comments on commit fd12ba3

Please sign in to comment.