You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
Would you be interested at all in adding an option to specify configuration, not from the CLI, but within package.json? This would be similar to eslintConfig, prettier, ava etc.
So then a manifest file could look something like this
Hello!
Would you be interested at all in adding an option to specify configuration, not from the CLI, but within
package.json? This would be similar toeslintConfig,prettier,avaetc.So then a manifest file could look something like this
{ "name": "hello-world", "removeUnused": { "project": "client.tsconfig.json", "skip": ["a", "b"] } }Then users would be able to invoke
ts-remove-unusedwithout having to use the programmatic API or having really long commands