Skip to content

Commit cb4a82c

Browse files
authored
rm strictNullChecks globally (#2973)
because already covered by `strict` by `@tsconfig/node20` base <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * Chores * Updated TypeScript configuration by disabling strict null checks, reducing nullability strictness during development and builds. * Tooling-only adjustment to improve developer experience and compatibility; no changes to public APIs. * No user-facing impact: application behavior, features, performance, and UI remain unchanged. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 78de8a7 commit cb4a82c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"noImplicitAny": true,
55
"noImplicitOverride": true,
66
"noUncheckedSideEffectImports": true,
7-
"strictNullChecks": true,
87
"types": ["vitest/globals"]
98
}
109
}

0 commit comments

Comments
 (0)