
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
@tsconfig/strictest
Advanced tools
Add the package to your "devDependencies":
npm install --save-dev @tsconfig/strictest
yarn add --dev @tsconfig/strictest
Add to your tsconfig.json:
"extends": "@tsconfig/strictest/tsconfig.json"
The tsconfig.json:
{
"compilerOptions": {
"strict": true,
"allowUnusedLabels": false,
"allowUnreachableCode": false,
"exactOptionalPropertyTypes": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"isolatedModules": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"$schema": "https://www.schemastore.org/tsconfig",
"_version": "2.0.0"
}
You can find the code here.
tsconfig-strictest is another package that aims to provide the strictest TypeScript configuration. It is similar to @tsconfig/strictest but may have slight differences in the specific compiler options enabled.
FAQs
A base TSConfig for working with Strictest.
The npm package @tsconfig/strictest receives a total of 441,855 weekly downloads. As such, @tsconfig/strictest popularity was classified as popular.
We found that @tsconfig/strictest demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.