We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51840e1 + c38374d commit d901606Copy full SHA for d901606
content/recipes/swc.md
@@ -83,7 +83,7 @@ SWC builder is pre-configured to match the requirements of NestJS applications.
83
84
```json
85
{
86
- "$schema": "https://json.schemastore.org/swcrc",
+ "$schema": "https://swc.rs/schema.json",
87
"sourceMaps": true,
88
"jsc": {
89
"parser": {
@@ -228,7 +228,7 @@ Additionally you would need to add the following `transform` properties to your
228
229
230
231
232
233
234
0 commit comments