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