Skip to content

Commit ed9bf49

Browse files
committed
update js types and react-native tsconfig
1 parent 3fadb46 commit ed9bf49

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

packages/js/types.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ interface UniversalBugsnagStatic extends BugsnagStatic {
88

99
declare const Bugsnag: UniversalBugsnagStatic
1010

11-
export default Bugsnag
12-
export * from '@bugsnag/browser'
11+
export = Bugsnag

packages/react-native/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"noEmit": true,
66
"strict": true,
77
"esModuleInterop": true,
8-
"target": "es5",
98
"lib": ["es2015"],
109
"types": ["jest", "react-native"],
1110
},

0 commit comments

Comments
 (0)