mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Update some options for gulp-typescript 2.9.2.
This commit is contained in:
15
gulp-typescript/gulp-typescript.d.ts
vendored
15
gulp-typescript/gulp-typescript.d.ts
vendored
@@ -20,10 +20,21 @@ declare module "gulp-typescript" {
|
||||
noImplicitAny?: boolean;
|
||||
noLib?: boolean;
|
||||
removeComments?: boolean;
|
||||
sourceRoot?: string;
|
||||
sourceRoot?: string; // use gulp-sourcemaps instead
|
||||
sortOutput?: boolean;
|
||||
target?: string;
|
||||
typescript?: any;
|
||||
outFile?: string;
|
||||
outDir?: string;
|
||||
suppressImplicitAnyIndexErrors?: boolean;
|
||||
jsx?: string;
|
||||
declaration?: boolean;
|
||||
emitDecoratorMetadata?: boolean;
|
||||
experimentalAsyncFunctions?: boolean;
|
||||
moduleResolution?: string;
|
||||
noEmitHelpers?: boolean;
|
||||
preserveConstEnums?: boolean;
|
||||
isolatedModules?: boolean;
|
||||
}
|
||||
|
||||
interface Project {
|
||||
@@ -51,4 +62,4 @@ declare module "gulp-typescript" {
|
||||
}
|
||||
|
||||
export = GulpTypescript;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user