Add package_json parameter to ts_config and expose rule to exclude it#920
Add package_json parameter to ts_config and expose rule to exclude it#920kirkobyte wants to merge 1 commit into
Conversation
…utputs Adds a packge_json field to ts_config so package.json files can be optionally included in follow up configs. This allows ts_config rules to include package.json files, which are required for some ts functionalities, while allowing downstream packages to consume the ts_config without also having their cache invalidated by package.json changes
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|



Adds a
packge_jsonfield tots_configsopackage.jsonfiles can be optionally included in follow up configs.This allows ts_config rules to include package.json files, which are required for some ts functionalities, while also allowing downstream packages to consume the ts_config without also having their cache invalidated by package.json changes
Changes are visible to end-users: yes
Test plan