Skip to content

Commit

Permalink
fix(inject-migration): fix typo at schema json property
Browse files Browse the repository at this point in the history
  • Loading branch information
ilirbeqirii committed May 21, 2024
1 parent 0550234 commit e9d7f0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"aliases": ["includeReadonly", "includeReadonlyByDefault"],
"description": "Whether to include readonly for injections by default. Default is false."
},
"includeESPrivateFieldNotation": {
"useESPrivateFieldNotation": {
"type": "boolean",
"description": "Whether to replace TS private modifier with ES private field notation. Default is false."
}
Expand Down

0 comments on commit e9d7f0f

Please sign in to comment.