getsentry / profiling-node

The code for this repo now lives in https://github.com/getsentry/sentry-javascript/tree/develop/packages/profiling-node
MIT License
28 stars 10 forks source link

fix: update types entry in package.json #236

Closed sitek94 closed 5 months ago

sitek94 commented 5 months ago

After installing latest version of @sentry/profiling-node the types are not detected: CleanShot 2024-01-11 at 23 59 42

Seems like after recent changes tsconfig.base.json uses outDir: lib/types

CleanShot 2024-01-12 at 00 00 53

But package.json is not updated: CleanShot 2024-01-12 at 00 02 53

JonasBa commented 5 months ago

Thank you @sitek94, not sure how we didn't notice that one.