$ npm install tsconfig-loader
Load tsconfig, respecting TS_NODE_PROJECT env var and "extends"
TS_NODE_PROJECT
"extends"
yarn add tsconfig-loader
import load from 'tsconfig-loader'; const result = load(); // => {tsConfigPath: 'path/to/tsconfig.json', tsConfig: {compilerOptions: {...}}}