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-1
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** 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.
26
+
> info **Hint** To create a new TypeScript project with stricter feature set, pass the `--strict` flag to the `nest new` command.
0 commit comments