Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tsconfig/node20

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsconfig/node20

A base TSConfig for working with Node 20.

  • 20.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created

What is @tsconfig/node20?

@tsconfig/node20 is a TypeScript configuration preset specifically tailored for Node.js version 20. It provides a set of default TypeScript compiler options that are optimized for developing Node.js applications using TypeScript.

What are @tsconfig/node20's main functionalities?

TypeScript Configuration

This feature provides a pre-configured `tsconfig.json` file optimized for Node.js 20. It sets the target to ES2022, uses CommonJS modules, and includes strict type-checking options.

{"compilerOptions":{"target":"ES2022","module":"CommonJS","lib":["ES2022"],"strict":true,"esModuleInterop":true,"skipLibCheck":true,"forceConsistentCasingInFileNames":true}}

Other packages similar to @tsconfig/node20

Keywords

FAQs

Package last updated on 27 Mar 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc