Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(): add optional --strict flag on "nest new" #1344

Merged
merged 3 commits into from Sep 29, 2021
Merged

feat(): add optional --strict flag on "nest new" #1344

merged 3 commits into from Sep 29, 2021

Commits on Sep 28, 2021

  1. chore(deps): update @nestjs/schematics to v8.0.3

    Since the `strict` option was released in v8.0.3 of `@nestjs/schematics`,
    we must upgraded it before
    micalevisk committed Sep 28, 2021
    Copy the full SHA
    aec631f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    de611bc View commit details
    Browse the repository at this point in the history
  3. feat(): add strict option on new command

    This addresses the issue nestjs/schematics#597
    
    Now users can use:
    $ nest new --strict
    if they want to create a project with TS's strict mode enabled
    micalevisk committed Sep 28, 2021
    Copy the full SHA
    c028737 View commit details
    Browse the repository at this point in the history