Skip to content

Commit

Permalink
chore: exclude test TypeScript files from Rollup configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Nov 22, 2024
1 parent 77aa748 commit f92b235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export default [
compilerOptions: {
module: "ES2015",
removeComments: true,
}
},
exclude: ["test/**/*.ts"],
}
}),
],
Expand Down

0 comments on commit f92b235

Please sign in to comment.