🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsconfig-loader

Load tsconfig, respecting `TS_NODE_PROJECT` env var and `extends`

1.1.0
latest
Version published
Weekly downloads
9.1K
-8.23%
Maintainers
1
Weekly downloads
 
Created

tsconfig-loader

Load tsconfig, respecting TS_NODE_PROJECT env var and "extends"

Installation

yarn add tsconfig-loader

Usage

import load from 'tsconfig-loader';

const result = load();
// => {tsConfigPath: 'path/to/tsconfig.json', tsConfig: {compilerOptions: {...}}}

FAQs

Package last updated on 03 Mar 2020

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