Add schema for typedoc.json to default jsonValidation (#157592)

Add schema for typedoc.json to default 
jsonValidation
This commit is contained in:
Gerrit Birkeland 2022-09-26 07:51:42 -06:00 committed by GitHub
parent 9ac5f48ff3
commit cace09d0eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,6 +139,10 @@
{
"fileMatch": "jsconfig.*.json",
"url": "./schemas/jsconfig.schema.json"
},
{
"fileMatch": "typedoc.json",
"url": "https://typedoc.org/schema.json"
}
],
"configuration": {