Typescript Strict Mode

Use when migrating a JavaScript codebase to TypeScript with strict mode, or when tightening `tsconfig.json` after a migration has plateaued. Applies when the user asks for "enable strict", "noImplicitAny", "strict null checks", or "fix the type errors". Do not use for adding TypeScript to a brand-new project with no existing JS (start with `tsc --init` and a permissive config), and not for non-TypeScript typed languages.

Mine-FNL Updated

File contents

Mine-FNL/skillmd-lint/tree/main/examples/typescript-strict-mode commit 2d5a439450

Frequently asked questions

npx skillmds@latest add mine-fnl/typescript-strict-mode