mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Added experimentalDecorators option. Needed for Angular 2.
This commit is contained in:
1
gulp-typescript/gulp-typescript.d.ts
vendored
1
gulp-typescript/gulp-typescript.d.ts
vendored
@@ -30,6 +30,7 @@ declare module "gulp-typescript" {
|
||||
jsx?: string;
|
||||
declaration?: boolean;
|
||||
emitDecoratorMetadata?: boolean;
|
||||
experimentalDecorators?: boolean;
|
||||
experimentalAsyncFunctions?: boolean;
|
||||
moduleResolution?: string;
|
||||
noEmitHelpers?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user