Skip to content

Commit f37e714

Browse files
Update content/introduction.md
1 parent 7763b2b commit f37e714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ npm i -g @nestjs/cli
2323
$ nest new project-name
2424
```
2525

26-
> 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).
26+
> 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.
2727
2828
#### Alternatives
2929

0 commit comments

Comments
 (0)