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 62d2b43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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,7 @@ module.exports = function getInputOptions(package, build) {
isTypeScript &&
typescript({
clean: true,
include: ["**/*.ts", "**/*.js"],
}),
replace({
preventAssignment: true,
Expand Down

0 comments on commit 62d2b43

Please sign in to comment.