Skip to content

Commit

Permalink
Merge pull request #2734 from minhtaile2712/patch-1
Browse files Browse the repository at this point in the history
docs: correct hint's description of --strict flag
  • Loading branch information
kamilmysliwiec authored May 22, 2023
2 parents e288d18 + f3c90c5 commit 3169ff5
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** 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.
> info **Hint** To create a new TypeScript project with stricter feature set, pass the `--strict` flag to the `nest new` command.
#### Alternatives

Expand Down

0 comments on commit 3169ff5

Please sign in to comment.