Skip to content

Commit

Permalink
Fix JSDoc type generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Sep 14, 2023
1 parent 4b80418 commit 963025b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/fcl-bundle/src/build/get-input-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ module.exports = function getInputOptions(package, build) {
isTypeScript &&
typescript({
clean: true,
include: [
"*.ts+(|x)",
"**/*.ts+(|x)",
"**/*.cts",
"**/*.mts",
"*.js+(|x)",
"**/*.js+(|x)",
"**/*.cjs",
"**/*.mjs",
],
}),
replace({
preventAssignment: true,
Expand Down

0 comments on commit 963025b

Please sign in to comment.