mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Update gruntjs.d.ts
Everything in IGruntConfig is optional.
This commit is contained in:
4
gruntjs/gruntjs.d.ts
vendored
4
gruntjs/gruntjs.d.ts
vendored
@@ -8,7 +8,7 @@
|
||||
/// To add plugins update the IGruntConfig using open ended interface syntax
|
||||
////////////////
|
||||
interface IGruntConfig{
|
||||
pkg: any;
|
||||
pkg?: any;
|
||||
}
|
||||
|
||||
////////////////
|
||||
@@ -162,4 +162,4 @@ interface IGruntFileObject{
|
||||
////////////////
|
||||
declare var module : {
|
||||
exports: {(grunt: IGrunt): void;};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user