Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Option to specify configuration in the manifest #72

@steelbrain

Description

@steelbrain

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 to eslintConfig, prettier, ava etc.

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-unused without having to use the programmatic API or having really long commands

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions