This commit is contained in:
gcch 2025-10-01 14:36:54 +02:00
commit 7a22cce1bc
5 changed files with 156 additions and 69 deletions

7
knip.config.ts Normal file
View file

@ -0,0 +1,7 @@
import type { KnipConfig } from "knip";
const config: Readonly<KnipConfig> = {
project: ["**/*.{js,ts}"],
};
export default config;