Skip to content

Commit c38374d

Browse files
authored
Update swc.md
change $schema to reference the new json schema link
1 parent 51840e1 commit c38374d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/recipes/swc.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ SWC builder is pre-configured to match the requirements of NestJS applications.
8383

8484
```json
8585
{
86-
"$schema": "https://json.schemastore.org/swcrc",
86+
"$schema": "https://swc.rs/schema.json",
8787
"sourceMaps": true,
8888
"jsc": {
8989
"parser": {
@@ -228,7 +228,7 @@ Additionally you would need to add the following `transform` properties to your
228228

229229
```json
230230
{
231-
"$schema": "https://json.schemastore.org/swcrc",
231+
"$schema": "https://swc.rs/schema.json",
232232
"sourceMaps": true,
233233
"jsc": {
234234
"parser": {

0 commit comments

Comments
 (0)