UNPKG

547 BTypeScriptView Raw
1import * as typescript from 'typescript';
2import { LoaderOptions } from './interfaces';
3import * as logger from './logger';
4export declare function getCompiler(loaderOptions: LoaderOptions, log: logger.Logger): {
5 compiler: typeof typescript | undefined;
6 compilerCompatible: boolean;
7 compilerDetailsLogMessage: string | undefined;
8 errorMessage: string | undefined;
9};
10export declare function getCompilerOptions(configParseResult: typescript.ParsedCommandLine): typescript.CompilerOptions;
11//# sourceMappingURL=compilerSetup.d.ts.map
\No newline at end of file