Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/languages/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.