aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-typescript/release/project.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-typescript/release/project.d.ts')
-rw-r--r--node_modules/gulp-typescript/release/project.d.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/node_modules/gulp-typescript/release/project.d.ts b/node_modules/gulp-typescript/release/project.d.ts
index a79e6d6ef..f16bdc60c 100644
--- a/node_modules/gulp-typescript/release/project.d.ts
+++ b/node_modules/gulp-typescript/release/project.d.ts
@@ -15,6 +15,7 @@ export interface Project {
readonly rawConfig: any;
readonly config: TsConfig;
readonly options: ts.CompilerOptions;
+ readonly projectReferences: ReadonlyArray<ts.ProjectReference> | undefined;
}
export interface ProjectInfo {
input: FileCache;
@@ -22,12 +23,14 @@ export interface ProjectInfo {
compiler: ICompiler;
singleOutput: boolean;
options: ts.CompilerOptions;
+ projectReferences: ReadonlyArray<ts.ProjectReference>;
typescript: typeof ts;
directory: string;
reporter: Reporter;
}
-export declare function setupProject(projectDirectory: string, configFileName: string, rawConfig: any, config: TsConfig, options: ts.CompilerOptions, typescript: typeof ts): Project;
+export declare function setupProject(projectDirectory: string, configFileName: string, rawConfig: any, config: TsConfig, options: ts.CompilerOptions, projectReferences: ReadonlyArray<ts.ProjectReference>, typescript: typeof ts): Project;
export interface ICompileStream extends NodeJS.ReadWriteStream {
js: stream.Readable;
dts: stream.Readable;
}
+//# sourceMappingURL=project.d.ts.map \ No newline at end of file