Skip to content

Commit 07b80bc

Browse files
committed
build: fail build on TypeScript errors in rollup
1 parent 88ee60a commit 07b80bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ function listPlugins() {
1818
export default [
1919
[
2020
typescript({
21+
noEmitOnError: true,
2122
include: ["src/**/*"],
2223
compilerOptions: { removeComments: true },
2324
}),

0 commit comments

Comments
 (0)