mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-19 20:37:00 -05:00
CR Feedback
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user