diff --git a/docs/typescript/overview.md b/docs/typescript/overview.md index 37e760926a..dbf0c92862 100644 --- a/docs/typescript/overview.md +++ b/docs/typescript/overview.md @@ -129,8 +129,8 @@ as TypeScript continued to evolve, would be breaking changes for existing code. By default, Deno does not type check JavaScript. This can be changed, and is discussed further in [Configuring TypeScript in Deno](./configuration.md). Deno -does support JavaScript importing TypeScript and TypeScript import JavaScript, -in complex scenarios. +does support JavaScript importing TypeScript and TypeScript importing +JavaScript, in complex scenarios. An important note though is that when type checking TypeScript, by default Deno will "read" all the JavaScript in order to be able to evaluate how it might have