ts-importer
ts-importer copied to clipboard
`tsimporter.filesToExclude` not working?
I have this in the settings.json
:
{
"tsimporter.filesToExclude": [
"./build/**",
"./cjs/**",
"./esm/**"
],
}
I have also tried:
{
"tsimporter.filesToExclude": [
"**/build/**",
"**/cjs/**",
"**/esm/**"
],
}
but the does not exclude the extra paths as in: