blob: 51c98d8dd233f4b2ac1b86709cddefecd806d705 [file] [log] [blame]
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
/// <amd-module name="@angular/core/schematics/utils/typescript/parse_tsconfig" />
import * as ts from 'typescript';
export declare function parseTsconfigFile(tsconfigPath: string, basePath: string): ts.ParsedCommandLine;