...
A common best practice is to analyze your project files via the output of a command like tree -I ‘node'node_modules|sl-dry-run-output|sl_dist' -P "*.[jt]s*"
When executed from the root of your project folder, it provides a detailed list of javascript and typescript files and helps to define accurate Ignore Rules as described below.
...