Skip to content

Commit

Permalink
Update building-typescript-packages.mdx (preconstruct#430)
Browse files Browse the repository at this point in the history
Adds the link to the babel-preset-typescript docs
  • Loading branch information
ryanirilli committed Dec 9, 2021
1 parent be669ad commit 2cbbd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/pages/guides/building-typescript-packages.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Building TypeScript packages

Preconstruct uses Babel to compile code so you have to [configure Babel](/guides/configuring-babel) to use [`@babel/preset-typescript`]().
Preconstruct uses Babel to compile code so you have to [configure Babel](/guides/configuring-babel) to use [`@babel/preset-typescript`](https://babeljs.io/docs/en/babel-preset-typescript).

```json
{
Expand Down

0 comments on commit 2cbbd3e

Please sign in to comment.