1.1.0 • Published 4 years ago

tsconfig-loader v1.1.0

Weekly downloads
2,456
License
MIT
Repository
github
Last release
4 years ago

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: {...}}}