[X] I've made sure the reproduction is publicly accessible
Description of the issue
As shown in https://knip.dev/reference/plugins/vitest, vitest.workspace.ts|js|json is picked up, but mjs|cjs|mts|cts extensions are not. I know for sure that vitest.workspace.mts is valid to Vitest, so should we just match the extensions we are looking for for the normal Vitest configs?
Prerequisites
Reproduction url
N/A
Reproduction access
Description of the issue
As shown in https://knip.dev/reference/plugins/vitest,
vitest.workspace.ts|js|json
is picked up, butmjs|cjs|mts|cts
extensions are not. I know for sure thatvitest.workspace.mts
is valid to Vitest, so should we just match the extensions we are looking for for the normal Vitest configs?