diff --git a/src/languages/typescript.md b/src/languages/typescript.md index 6472a820d..f47ca62ea 100644 --- a/src/languages/typescript.md +++ b/src/languages/typescript.md @@ -156,3 +156,7 @@ The `@parcel/validator-typescript` plugin is an experimental way to type check w **Warning**: Parcel validator plugins are experimental and may be unstable. {% endwarning %} + +### Module API types + +To interact with Parcel's Module API (e.g. when setting up [Hot Module Replacement](https://parceljs.org/features/development/#hot-reloading)), make sure to install the `@types/parcel-env` package.