tsconfig-loader
v1.1.0
Published
Load tsconfig, respecting `TS_NODE_PROJECT` env var and `extends`
Downloads
20,573
Readme
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: {...}}}