resolve tsconfig eslint errors (#4562)

This commit is contained in:
Kyle Spearrin 2023-01-25 09:19:15 -05:00 committed by GitHub
parent 3f3cbccf13
commit 8451cd5d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"plugins": ["@typescript-eslint", "rxjs", "rxjs-angular", "import"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": ["./tsconfig.eslint.json"],
"project": ["**/tsconfig.eslint.json"],
"sourceType": "module"
},
"extends": [