typescript - How can i set ignore paths, when i use ts-prune? - Stack Overflow

admin2025-04-19  2

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.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1745041749a281584.html

最新回复(0)