Skip to content

Commit

Permalink
fix: ensure baseUrl is set correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Feb 26, 2024
1 parent 0f3bd50 commit 3e9e1bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export async function generate(entryPoints: string | string[], options?: DtsOpti

const opts: TsOptions = {
base,
baseUrl: base,
rootDir,
outDir,
declarationMap,
Expand Down

0 comments on commit 3e9e1bf

Please sign in to comment.