Skip to content

Commit

Permalink
Merge pull request microsoft#212158 from kdy1/swcrc-schema
Browse files Browse the repository at this point in the history
feat: Use official json schema for SWC
  • Loading branch information
jrieken authored May 13, 2024
2 parents 29aeab1 + 71718e2 commit 2ba77da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/typescript-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2ba77da

Please sign in to comment.