mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
- fix for indent
This commit is contained in:
parent
ac821249f3
commit
e957a893a3
@ -360,7 +360,7 @@ const typescript: PluginImpl<Partial<IOptions>> = (options) =>
|
||||
tsModule.sys.writeFile(fileName, entry.text, entry.writeByteOrderMark);
|
||||
}
|
||||
else
|
||||
{
|
||||
{
|
||||
const relativePath = relative(pluginOptions.cwd, fileName);
|
||||
context.debug(() => `${blue("emitting declarations")} for '${key}' to '${relativePath}'`);
|
||||
this.emitFile({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user