-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
microsoft/TypeScript-wiki
#350Labels
DocsThe issue relates to how you learn TypeScriptThe issue relates to how you learn TypeScript
Description
Acknowledgement
- I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion.
Comment
https://github.com/microsoft/TypeScript/wiki/FAQ#module-specifier-rewriting
states that:
It's explicitly out of scope for TypeScript to modify module specifiers as they appear in emitted JS, e.g. if you write
import x from "some/path";the output specifier will always be "some/path" regardless of your tsconfig settings.
This is no longer true since 5.7 with the introduction of rewriteRelativeImportExtensions.
RyanCavanaugh
Metadata
Metadata
Assignees
Labels
DocsThe issue relates to how you learn TypeScriptThe issue relates to how you learn TypeScript