Socket
Socket
Sign inDemoInstall

@tsconfig/node14

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsconfig/node14

A base TSConfig for working with Node 14.


Version published
Weekly downloads
18M
increased by6.62%
Maintainers
2
Weekly downloads
 
Created

What is @tsconfig/node14?

The @tsconfig/node14 npm package provides a set of TypeScript configuration presets specifically tailored for Node.js 14. This package helps developers to quickly set up a TypeScript project that is compatible with Node.js 14 features and runtime behavior. It includes configurations for compiler options that are optimized for Node.js 14, ensuring that TypeScript code can leverage the latest ECMAScript features supported by this version of Node.js, while also maintaining compatibility and performance.

What are @tsconfig/node14's main functionalities?

Pre-configured TypeScript settings for Node.js 14

This feature allows developers to quickly bootstrap a TypeScript project with settings optimized for Node.js 14. By extending the base configuration provided by @tsconfig/node14, developers can ensure their project is using the recommended TypeScript compiler options for Node.js 14 environments. The code sample shows how to extend the @tsconfig/node14 configuration in a project's tsconfig.json file.

{
  "extends": "@tsconfig/node14/tsconfig.json",
  "compilerOptions": {
    "outDir": "./dist",
    "rootDir": "./src"
  },
  "include": ["src/**/*"]
}

Other packages similar to @tsconfig/node14

FAQs

Package last updated on 09 Jun 2021

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