提交 5f628cd7 编写于 作者: M Matt Bierner 提交者: GitHub

Use js/tsconfig schema for jsconfig.*.json files (#24637)

Fixes #24572

Applies the js/tsconfig schema to file names such as `jsconfig.app.json`
上级 c342bea4
......@@ -111,15 +111,23 @@
},
{
"fileMatch": "jsconfig.json",
"url": "./schemas/jsconfig.schema.json"
"url": "http://json.schemastore.org/jsconfig"
},
{
"fileMatch": "jsconfig.json",
"url": "./schemas/jsconfig.schema.json"
},
{
"fileMatch": "jsconfig.*.json",
"url": "http://json.schemastore.org/jsconfig"
},
{
"fileMatch": "jsconfig.*.json",
"url": "./schemas/jsconfig.schema.json"
}
]
},
"devDependencies": {
"@types/node": "^7.0.4"
}
}
}
\ No newline at end of file
......@@ -382,6 +382,14 @@
{
"fileMatch": "tsconfig.json",
"url": "./schemas/tsconfig.schema.json"
},
{
"fileMatch": "tsconfig.*.json",
"url": "http://json.schemastore.org/tsconfig"
},
{
"fileMatch": "tsconfig.*.json",
"url": "./schemas/tsconfig.schema.json"
},
{
"fileMatch": "typings.json",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册