Typescript plugin that allows turning on strict mode in specific files or directories.
-
Updated
Nov 29, 2024 - TypeScript
Typescript plugin that allows turning on strict mode in specific files or directories.
This plugin lets you upgrade to your desired compilerOptions (e.g. strict, noUncheckedIndexedAccess, erasableSyntaxOnly) across your entire codebase, while letting problematic lines fall back to the old compilerOptions.
Sample project for 'Type safety of lambdas in TypeScript' blogpost
Add a description, image, and links to the strict-mode topic page so that developers can more easily learn about it.
To associate your repository with the strict-mode topic, visit your repo's landing page and select "manage topics."