I use ts-prune to find dead code. But some variables/functions I want to ignore.
Making file .ts-prunerc
with:
{
"ignore": "src/....path"
}
doesn't resolve my problem.
I use ts-prune to find dead code. But some variables/functions I want to ignore.
Making file .ts-prunerc
with:
{
"ignore": "src/....path"
}
doesn't resolve my problem.