From 44084cd0f925fb9972a0a0aafa1d2197e689f938 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Sun, 18 Jul 2021 16:30:17 +1000 Subject: docs: add npm-Node.js chapter (#11419) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- docs/typescript/faqs.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/typescript/faqs.md') diff --git a/docs/typescript/faqs.md b/docs/typescript/faqs.md index 00bc99552..5db02cb7e 100644 --- a/docs/typescript/faqs.md +++ b/docs/typescript/faqs.md @@ -18,10 +18,10 @@ If you are using `tsc` as stand-alone, the setting to use is `"isolatedModules"` and setting it to `true` to help ensure that your code can be properly handled by Deno. -One of the ways to deal with the extension and the lack of _magical_ resolution -is to use [import maps](../linking_to_external_code/import_maps.md) which would -allow you to specify "packages" of bare specifiers which then Deno could resolve -and load. +One of the ways to deal with the extension and the lack of Node.js non-standard +resolution logic is to use +[import maps](../linking_to_external_code/import_maps.md) which would allow you +to specify "packages" of bare specifiers which then Deno could resolve and load. ### What version(s) of TypeScript does Deno support? -- cgit v1.2.3