Skip to content

strictNullChecks added in tsconfig.json when running npx typia setup, despite strict existingΒ #1675

@Piratux

Description

@Piratux

πŸ“ Summary

  • Typia Version: 9.7.2
  • Expected behavior: "strictNullChecks": true should not be added in tsconfig.json file, when running npx typia setup if there is "strict": true.
  • Actual behavior: "strictNullChecks": true is added, when running npx typia setup.

According to this page, "strictNullChecks": true is set when "strict": true is present, so npx typia setup adding it is redundant.
https://www.typescriptlang.org/tsconfig/#strictNullChecks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions