UNPKG

417 BTypeScriptView Raw
1import * as ts from 'typescript';
2import { AppProjectConfigInternal, LibProjectConfigInternal } from '../interfaces/internals';
3export declare function loadTsConfig(tsConfigPath: string, config: {
4 _tsConfigPath?: string;
5 _tsConfigJson?: any;
6 _tsCompilerConfig?: ts.ParsedCommandLine;
7 _angularCompilerOptions?: any;
8}, projectConfig: AppProjectConfigInternal | LibProjectConfigInternal): void;