When the cli package is symlinked via `bun link`, tsconfig.json's `rootDir: ".."` interferes with the `@/*` path alias resolution at runtime. Add bunfig.toml to explicitly configure path aliases for Bun's runtime to fix the module resolution error.