docs(js): remove experimental description on swc compiler

This commit is contained in:
Chau Tran 2022-01-18 14:05:39 -06:00 committed by Victor Savkin
parent 5af5bd7871
commit 4b21ab9502
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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"]

View File

@ -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",