sendou.ink/knip.json

20 lines
458 B
JSON

{
"$schema": "https://unpkg.com/knip@5/schema.json",
"ignoreExportsUsedInFile": {
"interface": true,
"type": true
},
"tags": ["-lintignore"],
"ignoreDependencies": ["babel-plugin-react-compiler"],
"entry": [
"app/features/*/routes/**/*.{ts,tsx}",
"migrations/**/*.js",
"scripts/**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}",
"public/sw-2.js",
"ley.config.cjs",
"ley-driver.cjs",
"vitest.browser.config.ts",
"app/browser-test-setup.ts"
]
}