// https://knip.dev/reference/configuration { "$schema": "https://unpkg.com/knip@5/schema-jsonc.json", "workspaces": { "packages/auto-instrumentations-node": { // Ensure register.ts is considered an entry-point (the `!` is to be // included with the `--production` flag). "entry": "src/register.ts!" } } }