Skip to content

Commit

Permalink
Fix documentation link (#2376)
Browse files Browse the repository at this point in the history
  • Loading branch information
0kyn authored Jul 10, 2022
1 parent 147163e commit 4aa1868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/shared/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface CommonOptions {

/** Documentation: https://esbuild.github.io/api/#format */
format?: Format;
/** Documentation: https://esbuild.github.io/api/#globalName */
/** Documentation: https://esbuild.github.io/api/#global-name */
globalName?: string;
/** Documentation: https://esbuild.github.io/api/#target */
target?: string | string[];
Expand Down Expand Up @@ -96,7 +96,7 @@ export interface BuildOptions extends CommonOptions {
loader?: { [ext: string]: Loader };
/** Documentation: https://esbuild.github.io/api/#resolve-extensions */
resolveExtensions?: string[];
/** Documentation: https://esbuild.github.io/api/#mainFields */
/** Documentation: https://esbuild.github.io/api/#main-fields */
mainFields?: string[];
/** Documentation: https://esbuild.github.io/api/#conditions */
conditions?: string[];
Expand Down

0 comments on commit 4aa1868

Please sign in to comment.