docs(js): remove experimental description on swc compiler
This commit is contained in:
parent
5af5bd7871
commit
4b21ab9502
@ -55,7 +55,7 @@ Type: `string`
|
||||
|
||||
Possible values: `tsc`, `swc`
|
||||
|
||||
The compiler used by the build and test targets (tsc is preferred, swc is experimental)
|
||||
The compiler used by the build and test targets
|
||||
|
||||
### config
|
||||
|
||||
|
||||
@ -63,7 +63,7 @@ Type: `string`
|
||||
|
||||
Possible values: `tsc`, `swc`
|
||||
|
||||
The compiler used by the build and test targets (tsc is preferred, swc is experimental)
|
||||
The compiler used by the build and test targets
|
||||
|
||||
### config
|
||||
|
||||
|
||||
@ -92,7 +92,7 @@
|
||||
"type": "string",
|
||||
"enum": ["tsc", "swc"],
|
||||
"default": "tsc",
|
||||
"description": "The compiler used by the build and test targets (tsc is preferred, swc is experimental)"
|
||||
"description": "The compiler used by the build and test targets"
|
||||
}
|
||||
},
|
||||
"required": ["name"]
|
||||
|
||||
@ -97,7 +97,7 @@
|
||||
"type": "string",
|
||||
"enum": ["tsc", "swc"],
|
||||
"default": "tsc",
|
||||
"description": "The compiler used by the build and test targets (tsc is preferred, swc is experimental)"
|
||||
"description": "The compiler used by the build and test targets"
|
||||
},
|
||||
"skipTypeCheck": {
|
||||
"type": "boolean",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user