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`
|
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
|
### config
|
||||||
|
|
||||||
|
|||||||
@ -63,7 +63,7 @@ Type: `string`
|
|||||||
|
|
||||||
Possible values: `tsc`, `swc`
|
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
|
### config
|
||||||
|
|
||||||
|
|||||||
@ -92,7 +92,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["tsc", "swc"],
|
"enum": ["tsc", "swc"],
|
||||||
"default": "tsc",
|
"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"]
|
"required": ["name"]
|
||||||
|
|||||||
@ -97,7 +97,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["tsc", "swc"],
|
"enum": ["tsc", "swc"],
|
||||||
"default": "tsc",
|
"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": {
|
"skipTypeCheck": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user