Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 committed Nov 28, 2024
1 parent 3892584 commit c51a159
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/plugin-dts/src/apiExtractor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ export async function bundleDts(options: BundleOptions): Promise<void> {
untrimmedFilePath,
},
compiler: {
tsconfigFilePath: tsconfigPath.includes(cwd)
? tsconfigPath
: join(cwd, tsconfigPath),
tsconfigFilePath: tsconfigPath,
},
projectFolder: cwd,
};
Expand Down

0 comments on commit c51a159

Please sign in to comment.