I would like to use KnipConfig
types in a configuration file, so the IDE could hint me more accurately.
/** @type { import('knip'). KnipConfig } */
const config = { ... };
export default config;
But without at least a description, it is not that helpful.
It would be nice if you add the description for every type in KnipConfig
:
knip/packages/knip/src/ConfigurationValidator.ts
Lines 47 to 62 in 9590b92
It's probably worth adding @default
and @see
. See:
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too