Skip to content

Commit

Permalink
Update node_support.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
UltiRequiem committed Mar 22, 2022
1 parent 49adc40 commit e7d773a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export async function buildPackage(
buildOptions: {
entryPoints?: (string|EntryPoint)[];
outDir?: string;
onlyESM: boolean;
onlyESM?: boolean;
shims?: ShimOptions;
} = {}
) {
Expand Down

0 comments on commit e7d773a

Please sign in to comment.