diff --git a/docs/generated/api-js/generators/application.md b/docs/generated/api-js/generators/application.md index 45dc042bde..c9799dd780 100644 --- a/docs/generated/api-js/generators/application.md +++ b/docs/generated/api-js/generators/application.md @@ -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 diff --git a/docs/generated/api-js/generators/library.md b/docs/generated/api-js/generators/library.md index 643a643f2f..748d5f1ff4 100644 --- a/docs/generated/api-js/generators/library.md +++ b/docs/generated/api-js/generators/library.md @@ -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 diff --git a/packages/js/src/generators/application/schema.json b/packages/js/src/generators/application/schema.json index 9b53e94a95..eb0d6c2cb7 100644 --- a/packages/js/src/generators/application/schema.json +++ b/packages/js/src/generators/application/schema.json @@ -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"] diff --git a/packages/js/src/generators/library/schema.json b/packages/js/src/generators/library/schema.json index d33bf50d28..461f564f7b 100644 --- a/packages/js/src/generators/library/schema.json +++ b/packages/js/src/generators/library/schema.json @@ -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",