Specify a different tsconfig.json for linting #107750
Labels
info-needed
Issue requires more information from poster
*question
Issue represents a question, should be posted to StackOverflow (VS Code)
typescript
Typescript support issues
I use a
tsconfig.eslint.json
for linting – this is picked up in my.eslintrc.js
. However, VSCode complains because it's usingtsconfig.json
to validate my*.test.ts
files, which is specifically excluded intsconfig.json
but included intsconfig.eslint.json
.The text was updated successfully, but these errors were encountered: