Skip to content

Commit

Permalink
docs(nest): update library schema.json target option description
Browse files Browse the repository at this point in the history
  • Loading branch information
barbados-clemens committed Jun 22, 2023
1 parent 2564d63 commit 3bdf15d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/generated/packages/nest/generators/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"default": "node"
},
"target": {
"description": "The ES target, Nest suggest using es6 or higher.",
"description": "The ES target, Nest suggest using es2021 or higher.",
"type": "string",
"default": "es2021",
"enum": [
Expand Down
2 changes: 1 addition & 1 deletion packages/nest/src/generators/library/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"default": "node"
},
"target": {
"description": "The ES target, Nest suggest using es6 or higher.",
"description": "The ES target, Nest suggest using es2021 or higher.",
"type": "string",
"default": "es2021",
"enum": [
Expand Down

0 comments on commit 3bdf15d

Please sign in to comment.