diff --git a/src/index.ts b/src/index.ts index e1f0addc..14984e85 100644 --- a/src/index.ts +++ b/src/index.ts @@ -253,7 +253,7 @@ const typescript: PluginImpl = (options) => // note that result.code is non-existent if emitDeclarationOnly per https://github.com/ezolenko/rollup-plugin-typescript2/issues/268 if (parsedConfig.options.emitDeclarationOnly) { - context.debug(() => `${blue("emitDeclarationOnly")} enabled, not transforming TS'`); + context.debug(() => `${blue("emitDeclarationOnly")} enabled, not transforming TS`); return undefined; }