Skip to content

Commit

Permalink
Include defaultEntryPointGlobs in tsbuild index.d.ts, did not make it…
Browse files Browse the repository at this point in the history
… to 8.6.6
  • Loading branch information
volkanceylan committed Sep 13, 2024
1 parent 161aaa4 commit 212f3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tsbuild/dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const defaultEntryPoints: string[];
export const defaultEntryPointGlobs: string[];
export const importAsGlobalsMapping: Record<string, string>;

export interface TSBuildOptions {
Expand Down

0 comments on commit 212f3c6

Please sign in to comment.