mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-22 02:14:41 -05:00
20 lines
458 B
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"
|
|
]
|
|
}
|