|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
610 bytes
|
| Line | |
|---|
| 1 | import { TypeScriptReporterOptions } from './typescript-reporter/TypeScriptReporterOptions';
|
|---|
| 2 | import { EsLintReporterOptions } from './eslint-reporter/EsLintReporterOptions';
|
|---|
| 3 | import { IssueOptions } from './issue/IssueOptions';
|
|---|
| 4 | import { FormatterOptions } from './formatter';
|
|---|
| 5 | import LoggerOptions from './logger/LoggerOptions';
|
|---|
| 6 | interface ForkTsCheckerWebpackPluginOptions {
|
|---|
| 7 | async?: boolean;
|
|---|
| 8 | typescript?: TypeScriptReporterOptions;
|
|---|
| 9 | eslint?: EsLintReporterOptions;
|
|---|
| 10 | formatter?: FormatterOptions;
|
|---|
| 11 | issue?: IssueOptions;
|
|---|
| 12 | logger?: LoggerOptions;
|
|---|
| 13 | }
|
|---|
| 14 | export { ForkTsCheckerWebpackPluginOptions };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.