Responding to feedback

Thanks @vsiao!
This commit is contained in:
Phips Peter
2015-01-29 14:39:09 -08:00
parent 429c0c5c7d
commit 03f12b0f66
5 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ declare module "gulp-tslint" {
module GulpTsLint {
interface Options {
configuration?: Object;
configuration?: {};
rulesDirectory?: string;
emitError?: boolean;
}