Socket
Socket
Sign inDemoInstall

@social-hustle/config-tsconfig

Package Overview
Dependencies
0
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @social-hustle/config-tsconfig

Shared `tsconfig.json` files from which all other `tsconfig.json` inherit from.


Version published
Weekly downloads
3
increased by50%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

tsconfig

Shared tsconfig.json files from which all other tsconfig.json inherit from.

extends:

  • The configuration from the base file are loaded first, then overridden by those in the inheriting config file.
  • All relative paths found in the configuration file will be resolved relative to the configuration file they originated in.
  • files, include and exclude from the inheriting config file overwrite those from the base config file, and that circularity between configuration files is not allowed.
  • Properties with relative paths found in the configuration file, which aren’t excluded from inheritance, will be resolved relative to the configuration file they originated in.

FAQs

Last updated on 07 Dec 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc