Skip to content

Commit

Permalink
fix typo in typescript guide (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrtze committed Jun 10, 2022
1 parent 4b4db17 commit 41cebb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/pages/guides/building-typescript-packages.mdx
Expand Up @@ -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.

0 comments on commit 41cebb2

Please sign in to comment.