Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 760 Bytes

DEPS_RESOLUTIONS_NOTES.md

File metadata and controls

16 lines (9 loc) · 760 Bytes

Notes about dependency resolutions in package.json

Here we collect reasons and write explanations about why some resolutions or patches have been added.

pkgroll

  1. privatenumber/pkgroll#101 (added interop: "auto" to getRollupConfigs outputs)
  2. Skip libchecking while generating type declarations because we never bundle @types by disabling respectExternal (read more)

tsx

  1. privatenumber/tsx#159 (comment) (did what was suggested)

vitest-tsconfig-paths

  1. Resolve tsconfig paths in modules that have been inlined.