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 0b34514 commit 41063a4Copy full SHA for 41063a4
packages/dts-plugin/src/core/lib/typeScriptCompiler.ts
@@ -186,7 +186,7 @@ export const compileTs = async (
186
: undefined,
187
});
188
const execPromise = util.promisify(exec);
189
- const cmd = `npx ${remoteOptions.compilerInstance} --project ${tempTsConfigJsonPath}`;
+ const cmd = `npx ${remoteOptions.compilerInstance} --project '${tempTsConfigJsonPath}'`;
190
try {
191
await execPromise(cmd, {
192
cwd:
0 commit comments