tsconfig-loader
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i tsconfig-loader

Weekly Downloads

16,113

Version

1.1.0

License

MIT

Unpacked Size

221 kB

Total Files

34

Last publish

Collaborators

  • forbeslindesay