Skip to content

Commit

Permalink
Merge branch 'main' into pr/srmagura/458
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Jun 10, 2022
2 parents 83dc6ad + 41cebb2 commit 0ddedf2
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 0ddedf2

Please sign in to comment.