Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! doc: add path aliases typescript doc
  • Loading branch information
Ceres6 committed Nov 7, 2024
commit eda521d7f39af9d6eea5076038bc49b84a628d7b
4 changes: 2 additions & 2 deletions doc/api/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,16 +174,16 @@ a `node_modules` path.

### Paths aliases

[Path aliases][] won't be transformed and therefore produce an error. The closest
[`tsconfig` "paths"][] won't be transformed and therefore produce an error. The closest
feature available are [subpath imports][] with the limitation that they need to start
Comment thread
Ceres6 marked this conversation as resolved.
Outdated
with `#`
Comment thread
Ceres6 marked this conversation as resolved.
Outdated

[CommonJS]: modules.md
[ES Modules]: esm.md
[Full TypeScript support]: #full-typescript-support
[Path aliases]: https://www.typescriptlang.org/tsconfig/#paths
[`--experimental-strip-types`]: cli.md#--experimental-strip-types
[`--experimental-transform-types`]: cli.md#--experimental-transform-types
[`tsconfig` "paths"]: https://www.typescriptlang.org/tsconfig/#paths
[`tsx`]: https://tsx.is/
[`verbatimModuleSyntax`]: https://www.typescriptlang.org/tsconfig/#verbatimModuleSyntax
[file extensions are mandatory]: esm.md#mandatory-file-extensions
Expand Down