Skip to content

Commit

Permalink
Fix JSDoc type generation (#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored and nialexsan committed Nov 1, 2023
1 parent 6b81c1f commit 60d4b35
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 60d4b35

Please sign in to comment.