microsoft / TypeScript-New-Handbook

Incubation repository for the new TypeScript handbook 🐣
MIT License
649 stars 27 forks source link

Error on isolatedModules option description #17

Closed j-oliveras closed 4 years ago

j-oliveras commented 5 years ago

https://github.com/microsoft/TypeScript-New-Handbook/blob/cfd1d9d8ec402b6ea41dd3c2db2d2beefc931594/reference/Compiler%20Options.md#L652-L656

I think that line 654 should be (bold to mark the change):

In TypeScript, you can import a type and then subsequently export it:

// CC @RyanCavanaugh because you added that text.

RyanCavanaugh commented 4 years ago

543f7c2