mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
Added whitespace to respect lint
This commit is contained in:
parent
a7ed4e1eea
commit
5ed8751382
@ -11,8 +11,8 @@ import { Partial } from "./partial";
|
||||
import { parseTsConfig } from "./parse-ts-config";
|
||||
import { printDiagnostics } from "./print-diagnostics";
|
||||
import { TSLIB, tslibSource } from "./tslib";
|
||||
import {blue, red, yellow} from "colors/safe";
|
||||
import {join, relative, dirname, isAbsolute} from "path";
|
||||
import { blue, red, yellow } from "colors/safe";
|
||||
import { join, relative, dirname, isAbsolute } from "path";
|
||||
|
||||
export default function typescript(options?: Partial<IOptions>)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user