mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
22 lines
451 B
JSON
22 lines
451 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@5/schema.json",
|
|
"ignoreExportsUsedInFile": {
|
|
"interface": true,
|
|
"type": true
|
|
},
|
|
"tags": ["-lintignore"],
|
|
"ignoreDependencies": [
|
|
"react-compiler-runtime",
|
|
"react-router-dom",
|
|
"babel-plugin-react-compiler"
|
|
],
|
|
"entry": [
|
|
"app/routes.ts",
|
|
"app/features/*/routes/**/*.{ts,tsx}",
|
|
"migrations/**/*.js",
|
|
"scripts/**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}",
|
|
"public/sw-2.js",
|
|
"ley.config.cjs"
|
|
]
|
|
}
|