warn when unexpected properties show up in jsconfig.json, #5699

This commit is contained in:
Johannes Rieken 2016-04-27 12:30:17 +02:00
parent b195f09f9d
commit 3f770ea2be

View file

@ -182,7 +182,8 @@
"type": "boolean",
"description": "When down-level compiling, do not emit \"use strict\" directives in module output."
}
}
},
"additionalProperties": false
},
"files": {
"type": "array",