diff --git a/site/src/pages/guides/building-typescript-packages.mdx b/site/src/pages/guides/building-typescript-packages.mdx index 5e8f4f78..377b575e 100644 --- a/site/src/pages/guides/building-typescript-packages.mdx +++ b/site/src/pages/guides/building-typescript-packages.mdx @@ -26,5 +26,5 @@ In your `tsconfig.json`: } ``` -See the [TypeScript documentation on the `isolatedModules` option](https://www.typescriptlang.org/tsconfig#isolatedModules) and the [Babel documenation on TypeScript compiler options](https://babeljs.io/docs/en/babel-plugin-transform-typescript#typescript-compiler-options) for more information. +See the [TypeScript documentation on the `isolatedModules` option](https://www.typescriptlang.org/tsconfig#isolatedModules) and the [Babel documentation on TypeScript compiler options](https://babeljs.io/docs/en/babel-plugin-transform-typescript#typescript-compiler-options) for more information.