opentelemetry-js
opentelemetry-js copied to clipboard
chore: merge ts project references to tsconfig.json
trafficstars
Which problem is this PR solving?
Merge ts project references to the package's root tsconfig.json so that
- we don't have to update references for each target (default, esm, esnext).
- compile a single project (in their own directory, run
npm run compile) can also compile their dependencies esm/esnext targets. - compile at the lerna root directory (run
npm run compileat the project's root) can also compile all packages' targets.
Short description of the changes
- use
tsconfig.jsonas the true single entrypoint for a ts project.
Depends on https://github.com/eBayClassifiedsGroup/update-ts-references/pull/27
Type of change
- [x] Internal change
Checklist:
- [x] Followed the style guidelines of this project