Enable `noUncheckedSideEffectImports` by default by RyanCavanaugh · Pull Request #62443 · microsoft/TypeScript
added 3 commits
September 12, 2025 10:18Copilot AI review requested due to automatic review settings
September 12, 2025 17:20Robot-Inventor added a commit to Robot-Inventor/tsconfig-base that referenced this pull request
Feb 24, 2026the latest TypeScript changes Previously, `noUncheckedSideEffectImports` was disabled by default in TypeScript, but it has recently been enabled by default. Since this option can break existing projects that use CSS Modules, this commit explicitly disables it to maintain the previous behavior. Ref: - microsoft/TypeScript#62443 - microsoft/typescript-go#2864
Robot-Inventor added a commit to Robot-Inventor/tsconfig-base that referenced this pull request
Feb 24, 2026#77) the latest TypeScript changes Previously, `noUncheckedSideEffectImports` was disabled by default in TypeScript, but it has recently been enabled by default. Since this option can break existing projects that use CSS Modules, this commit explicitly disables it to maintain the previous behavior. Ref: - microsoft/TypeScript#62443 - microsoft/typescript-go#2864
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters