You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ $ npm i -g @nestjs/cli
23
23
$ nest new project-name
24
24
```
25
25
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.
0 commit comments