import type { KnipConfig } from "knip"; const config: Readonly = { project: ["**/*.{js,ts}"], }; export default config;