VS2015 + tsconfig.json +消息:对禁止的模式的验证成功

时间:2015-10-13 12:07:10

标签: typescript visual-studio-2015

我正在使用带有TypeScript Cordova项目的visual studio community 2015。我向tsconfig.json添加了一个exclude数组对象,我得到以下消息Validation against a prohibited schema succeeded。消息为何出现? enter image description here

我的tsconfig.json看起来像这样:

enter image description here

tsconfig wiki文档https://github.com/Microsoft/TypeScript/wiki/tsconfig.json

1 个答案:

答案 0 :(得分:3)

  

对禁止的架构进行验证成功。消息为何出现

错误消息具有误导性,但是因为您使用的是files exclude。它们不应该一起使用,这里记录了这个事实:https://github.com/Microsoft/TypeScript/wiki/tsconfig.json#details