Skip to content

Commit

Permalink
Update content/introduction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored Jul 18, 2022
1 parent 7763b2b commit f37e714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ npm i -g @nestjs/cli
$ nest new project-name
```

> info **Hint** If you want to create a new project with few flags of TypeScript's strict mode enabled, add the option `--strict` on `new` command. We highly recommend that! More on this option [here](./cli/usages).
> info **Hint** To create a new project with TypeScript's [strict](https://www.typescriptlang.org/tsconfig#strict) mode enabled, pass the `--strict` flag to the `nest new` command.
#### Alternatives

Expand Down

0 comments on commit f37e714

Please sign in to comment.