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 8383500 commit 8886383Copy full SHA for 8886383
src/index.ts
@@ -253,7 +253,7 @@ const typescript: PluginImpl<RPT2Options> = (options) =>
253
// note that result.code is non-existent if emitDeclarationOnly per https://github.com/ezolenko/rollup-plugin-typescript2/issues/268
254
if (parsedConfig.options.emitDeclarationOnly)
255
{
256
- context.debug(() => `${blue("emitDeclarationOnly")} enabled, not transforming TS'`);
+ context.debug(() => `${blue("emitDeclarationOnly")} enabled, not transforming TS`);
257
return undefined;
258
}
259
0 commit comments