mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
- more verbose output
This commit is contained in:
parent
78edaf3648
commit
014431b1c8
@ -117,6 +117,9 @@ export default function typescript (options: IOptions)
|
||||
|
||||
const context = new ConsoleContext(options.verbosity, "rpt2: ");
|
||||
|
||||
context.debug(`Typescript version: ${ts.version}`);
|
||||
context.debug(`Options: ${JSON.stringify(options, undefined, 4)}`);
|
||||
|
||||
const filter = createFilter(options.include, options.exclude);
|
||||
|
||||
const parsedConfig = parseTsConfig(context);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user