Skip to content

Commit

Permalink
Merge pull request #10 from BiswaViraj/fix-typo
Browse files Browse the repository at this point in the history
fix: typo in comment
  • Loading branch information
thetarnav authored Jun 16, 2024
2 parents dfaf07f + 28052fa commit f711eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface PresetOptions {
esbuild_plugins?: esbuild.Plugin[]
/** Setting `true` will generate a CommonJS build alongside ESM (default: `false`) */
cjs?: boolean | undefined
/** Change the putput directory (default: "dist") */
/** Change the output directory (default: "dist") */
out_dir?: string | undefined
}

Expand Down

0 comments on commit f711eb2

Please sign in to comment.