Fixes linting issues

This commit is contained in:
Tingan Ho 2016-02-20 11:54:09 +08:00
parent 785e55db8d
commit 30294c7fc0

View File

@ -469,7 +469,7 @@ declare namespace ts.server.protocol {
placeOpenBraceOnNewLineForControlBlocks?: boolean;
/** Index operator */
[key: string] : string | number | boolean;
[key: string]: string | number | boolean;
}
/**