π 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