Fixes #17363 Adds typings.json schema (#17416)

This commit is contained in:
Matt Bierner
2016-12-16 12:55:20 -08:00
committed by GitHub
parent 577e26e265
commit 33eb6753be

View File

@@ -287,6 +287,10 @@
{
"fileMatch": "tsconfig.json",
"url": "./schemas/tsconfig.schema.json"
},
{
"fileMatch": "typings.json",
"url": "http://json.schemastore.org/typings"
}
]
}