GoogleCloudPlatform / opentelemetry-operations-js

This repository is home to Google Cloud Exporters (Trace and Monitoring) for OpenTelemetry Node.js Project (https://github.com/open-telemetry/opentelemetry-js)
Apache License 2.0
67 stars 63 forks source link

chore: fix tsconfigs to all be the same #730

Closed aabmass closed 2 months ago

aabmass commented 2 months ago

By fixing the extends to be the same. Previous versions of typescript required a path but now an NPM import path works. For the e2e-test package, i had to leave as is because ncc breaks and I don't have time to look into it.