
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@tsconfig/node12
Advanced tools
Add the package to your "devDependencies":
npm install --save-dev @tsconfig/node12
yarn add --dev @tsconfig/node12
Add to your tsconfig.json:
"extends": "@tsconfig/node12/tsconfig.json"
The tsconfig.json:
{
"$schema": "https://json.schemastore.org/tsconfig",
"_version": "12.1.0",
"compilerOptions": {
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"],
"module": "node16",
"target": "es2019",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "node16"
}
}
You can find the code here.
@tsconfig/node14 is a TypeScript configuration preset for Node.js version 14. It provides a similar set of default TypeScript compiler options optimized for Node.js 14, including support for newer JavaScript features available in ES2020.
@tsconfig/node10 is a TypeScript configuration preset for Node.js version 10. It offers a set of default TypeScript compiler options tailored for Node.js 10, ensuring compatibility with the features and limitations of that version.
@tsconfig/recommended is a general-purpose TypeScript configuration preset that provides a set of recommended compiler options for most TypeScript projects. It is not specific to any Node.js version but offers a good starting point for TypeScript development.
FAQs
A base TSConfig for working with Node 12.
The npm package @tsconfig/node12 receives a total of 0 weekly downloads. As such, @tsconfig/node12 popularity was classified as not popular.
We found that @tsconfig/node12 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.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.