diff options
Diffstat (limited to 'docs/bundler/index.md')
-rw-r--r-- | docs/bundler/index.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/bundler/index.md b/docs/bundler/index.md index 8db531ce5..9b8029db1 100644 --- a/docs/bundler/index.md +++ b/docs/bundler/index.md @@ -29,6 +29,10 @@ The bundler is a key piece of infrastructure in the JavaScript ecosystem. As a b Let's jump into the bundler API. +{% callout %} +Note that the Bun bundler is not intended to replace `tsc` for typechecking or generating type declarations. +{% /callout %} + ## Basic example Let's build our first bundle. You have the following two files, which implement a simple client-side rendered React app. |