Skip to content

Commit

Permalink
fix(nest): default standaloneConfig for library generator to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Chau Tran authored and Chau Tran committed Mar 2, 2022
1 parent 30d4646 commit 71278bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nest/src/generators/library/schema.json
Expand Up @@ -109,7 +109,8 @@
},
"standaloneConfig": {
"description": "Split the project configuration into <projectRoot>/project.json rather than including it inside workspace.json",
"type": "boolean"
"type": "boolean",
"default": true
},
"setParserOptionsProject": {
"type": "boolean",
Expand Down

0 comments on commit 71278bc

Please sign in to comment.