Skip to content

v5.23.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 13:46
· 13 commits to main since this release
476fad1

Minor Changes

  • Allow the path-like resolve options roots, modules, alias/fallback targets, restrictions, and tsconfig (the config file, configFile, baseUrl, and references) to accept file URL instances (such as new URL("./dir/", import.meta.url)), converting them to filesystem paths. Plain strings are still treated as literal paths, matching Node's fs. (by @alexander-akait in #604)