Skip to content

Commit

Permalink
Add ts as default extension list to not break compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Dec 4, 2024
1 parent 900d6d6 commit 7a5af0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const fileCollectionOptions: ICliCommandOptions<CLIFileCollectionOptions>
description: "File extension(s) to load",
type: "array",
alias: "ext",
default: ["js", "cjs", "mjs"],
default: ["js", "cjs", "mjs", "ts"],
group: fileGroup,
},
ignore: {
Expand Down

0 comments on commit 7a5af0c

Please sign in to comment.