File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ declare global {
10
10
}
11
11
12
12
// We need this empty export because of --isolatedModules
13
- export { } ;
13
+ export type { } ;
Original file line number Diff line number Diff line change 1
- import './globals' ;
2
-
3
1
export type { Attachment } from './attachment' ;
4
2
export type { AllowedBaggageKeys , Baggage , BaggageObj } from './baggage' ;
5
3
export type { Breadcrumb , BreadcrumbHint } from './breadcrumb' ;
@@ -31,6 +29,7 @@ export type { Event, EventHint } from './event';
31
29
export type { EventProcessor } from './eventprocessor' ;
32
30
export type { Exception } from './exception' ;
33
31
export type { Extra , Extras } from './extra' ;
32
+ import type { } from './globals' ;
34
33
export type { Hub } from './hub' ;
35
34
export type { Integration , IntegrationClass } from './integration' ;
36
35
export type { Mechanism } from './mechanism' ;
You can’t perform that action at this time.
0 commit comments