Skip to content

Replace package.json "main" with "ts" file

Paul Slaughter requested to merge ps-fix-main-in-packages-json into main
  • This way, libraries like ts-jest which need to resolve package.json can easily resolve to a file that exists without the need to rebuild typescript.
  • Without this, certain modules were not resolving because they pointed to files that did not exist
  • https://gitlab.com/gitlab-org/gitlab-web-ide/-/jobs/2823509290

Merge request reports