We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3892584 commit c51a159Copy full SHA for c51a159
packages/plugin-dts/src/apiExtractor.ts
@@ -52,9 +52,7 @@ export async function bundleDts(options: BundleOptions): Promise<void> {
52
untrimmedFilePath,
53
},
54
compiler: {
55
- tsconfigFilePath: tsconfigPath.includes(cwd)
56
- ? tsconfigPath
57
- : join(cwd, tsconfigPath),
+ tsconfigFilePath: tsconfigPath,
58
59
projectFolder: cwd,
60
};
0 commit comments