Merge pull request #212158 from kdy1/swcrc-schema

feat: Use official json schema for SWC
This commit is contained in:
Johannes Rieken
2024-05-13 09:42:10 +02:00
committed by GitHub

View File

@@ -140,6 +140,10 @@
"fileMatch": "jsconfig.*.json",
"url": "./schemas/jsconfig.schema.json"
},
{
"fileMatch": ".swcrc",
"url": "https://swc.rs/schema.json"
},
{
"fileMatch": "typedoc.json",
"url": "https://typedoc.org/schema.json"