You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does some clean up work on our two main tsconfig files, in `@sentry/typescript` and at the root level of our repo. Included changes:
- Removed `pretty` - what we had is the default
- Removed `noImplicitAny` and `noImplicitThis` - implied by `strict: true`
- Turned off emitting types files, as we now do this separately
- Moved `noErrorTruncation` up to the typescript package, so that anyone (is there anyone besides us?) using it gets the benefit of actually being able to see full errors
0 commit comments