Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 889 Bytes

DEPS_RESOLUTIONS_NOTES.md

File metadata and controls

21 lines (12 loc) · 889 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.

@memlab/core

  1. Define package.json#export for @memlab/core/Types
  2. Define package.json#export for @memlab/core/Utils