Skip to content

Commit c51a159

Browse files
committed
chore: update
1 parent 3892584 commit c51a159

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/plugin-dts/src/apiExtractor.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ export async function bundleDts(options: BundleOptions): Promise<void> {
5252
untrimmedFilePath,
5353
},
5454
compiler: {
55-
tsconfigFilePath: tsconfigPath.includes(cwd)
56-
? tsconfigPath
57-
: join(cwd, tsconfigPath),
55+
tsconfigFilePath: tsconfigPath,
5856
},
5957
projectFolder: cwd,
6058
};

0 commit comments

Comments
 (0)