Skip to content

Commit

Permalink
update rollup config and ts test
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Oct 22, 2024
1 parent c8cde5c commit 0b18a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .rollup/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function createRollupConfig (options = defaultOptions()) {
}
}),
typescript({
removeComments: true,
// don't output anything if there's a TS error
noEmitOnError: true,
// turn on declaration files and declaration maps
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
"packages/browser"
],
"exclude": [
"packages/react-native/src/NativeBugsnag.ts",
"packages/**/dist/**/*.js"
"packages/react-native/src/NativeBugsnag.ts"
]
}

0 comments on commit 0b18a5e

Please sign in to comment.