Skip to content

Commit d901606

Browse files
Merge pull request #3183 from kerolloz/patch-1
docs(swc): update $schema json link
2 parents 51840e1 + c38374d commit d901606

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)