http://gothub.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/freeCodeCamp/freeCodeCamp/blob/main/knip.jsonc
10 ], 11 "ignore": ["tools/scripts/redirect-gen.ts"] // Referenced in tools/scripts/redirect-gen.ts 12 }, 13 "api": { 14 "ignoreDependencies": ["pino-pretty"] // Knip doesn't have a fastify plugin yet 15 }, 16 "client": { 17 "entry": ["static/**/*.js"], 18 "webpack": "webpack-workers.js", 19 "ignore": [ 20 "**/__mocks__/**", 21 "tailwind.config.js", 22 "src/assets/icons/*.tsx" // Ignored based on https://github.com/freeCodeCamp/freeCodeCamp/pull/56244#issuecomment-2367830791 23 ], 24...