You have to add the following config to your .eslint.json file
{
"parserOptions": {
...
"project": ["path/to/your/tsconfig/file"]
...
},
}
You have to add the following config to your .eslint.json file
{
"parserOptions": {
...
"project": ["path/to/your/tsconfig/file"]
...
},
}