Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: enable
noUncheckedSideEffectImports
TypeScript option (#861)
This change should have no user impact. [`noUncheckedSideEffectImports`][0] checks side-effect imports, such as: ```typescript // Not actually importing anything from this module. import 'example' ``` This enables that option. No code changes were required; it may help avoid future mistakes. [0]: https://www.typescriptlang.org/tsconfig/#noUncheckedSideEffectImports
- Loading branch information