@tsconfig/node14
Advanced tools
Weekly downloads
Readme
Add the package to your "devDependencies"
:
npm install --save-dev @tsconfig/node14
yarn add --dev @tsconfig/node14
Add to your tsconfig.json
:
"extends": "@tsconfig/node14/tsconfig.json"
The tsconfig.json
:
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Node 14",
"_version": "14.1.0",
"compilerOptions": {
"lib": ["es2020"],
"module": "node16",
"target": "es2020",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node16"
}
}
You can find the code here.
FAQs
A base TSConfig for working with Node 14.
The npm package @tsconfig/node14 receives a total of 14,013,570 weekly downloads. As such, @tsconfig/node14 popularity was classified as popular.
We found that @tsconfig/node14 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 installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.