Skip to content

Commit

Permalink
Update docs/repo-docs/crafting-your-repository/structuring-a-reposito…
Browse files Browse the repository at this point in the history
…ry.mdx
  • Loading branch information
anthonyshew authored Jan 3, 2025
1 parent e27f4b5 commit afec991
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ For example, if you had a `@repo/math` package, you might have the following `ex
}
```

Note that this example uses the [Just-in-Time Package](/repo/docs/core-concepts/internal-packages#just-in-time-packages) pattern for simplicity. It exports TypeScript directly, but you might choose to the [Compiled Packages](/repo/docs/core-concepts/internal-packages#compiled-packages) pattern.
Note that this example uses the [Just-in-Time Package](/repo/docs/core-concepts/internal-packages#just-in-time-packages) pattern for simplicity. It exports TypeScript directly, but you might choose to use the [Compiled Package](/repo/docs/core-concepts/internal-packages#compiled-packages) pattern instead.

<Callout type="info">
The `exports` field in this example requires modern versions of Node.js and
Expand Down

0 comments on commit afec991

Please sign in to comment.