Closed sitek94 closed 10 months ago
After installing latest version of @sentry/profiling-node the types are not detected:
@sentry/profiling-node
Seems like after recent changes tsconfig.base.json uses outDir: lib/types
tsconfig.base.json
outDir: lib/types
But package.json is not updated:
package.json
Thank you @sitek94, not sure how we didn't notice that one.
After installing latest version of
@sentry/profiling-node
the types are not detected:Seems like after recent changes
tsconfig.base.json
usesoutDir: lib/types
But
package.json
is not updated: