I thought this was the ultimate solution to bundle all my local stuff and leave external refs alone. ```ts let bundledSchema = await $RefParser.bundle(schema, { resolve: { external: false, // Do not resolve external references }, ... ``` results in an error if there are any external refs. Perhaps I'm missing something obvious. `"@apidevtools/json-schema-ref-parser": "^11.7.0"`