convertor/knip.json

11 lines
342 B
JSON

{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": ["tests/**/*.test.ts", "src/i18n/index.ts"],
"project": ["src/**/*.ts", "src/**/*.tsx", "tests/**/*.ts"],
"tailwind": {
"entry": ["src/main.css"]
},
"ignore": ["src/i18n/**", "tests/e2e/helpers.ts"],
"ignoreDependencies": [],
"ignoreExportsUsedInFile": true
}