rules_ts icon indicating copy to clipboard operation
rules_ts copied to clipboard

can not customize npm_dependencies URLs

Open jbedard opened this issue 3 years ago • 0 comments

With rules_js .npmrc can be used to customize registry URLs, auth. Customizing the typescript URLs in rules_ts is difficult and undocumented, see ts/private/npm_repositories.bzl

Ideally this will respect all config from the npmrc such as auth, cacert, registry URLs etc.

jbedard avatar Oct 26 '22 20:10 jbedard