Skip to content

Commit 80ec079

Browse files
committed
docs: use callout
1 parent 462cbc9 commit 80ec079

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ function myPlugin(octokit, options) {
7373
}
7474
```
7575

76-
As we use [conditional exports](https://nodejs.org/api/packages.html#conditional-exports), you will need to adapt your `tsconfig.json`. See the TypeScript docs on [package.json "exports"](https://www.typescriptlang.org/docs/handbook/modules/reference.html#packagejson-exports).
76+
> [!IMPORTANT]
77+
> As we use [conditional exports](https://nodejs.org/api/packages.html#conditional-exports), you will need to adapt your `tsconfig.json`. See the TypeScript docs on [package.json "exports"](https://www.typescriptlang.org/docs/handbook/modules/reference.html#packagejson-exports).
7778
7879
## `octokit.paginate()`
7980

0 commit comments

Comments
 (0)