CR Feedback

This commit is contained in:
Paul van Brenk 2016-05-04 16:17:08 -07:00
parent 4bc2314cbe
commit c866996f30

View file

@ -673,7 +673,7 @@ namespace ts {
const knownProperties = ["compilerOptions", "typingOptions", "files", "exclude"];
for (const prop in json) {
if (knownProperties.indexOf(prop) >= 0) {
if (ts.indexOf(knownProperties, prop) >= 0) {
continue;
}