tsconfig-extends
v1.0.1
Published
load tsconfig compiler-options, support `extends` field
Maintainers
Readme
tsconfig-extends
load tsconfig compiler-options, support extends field
Installation
# using npm
npm install --save tsconfig-extends
# using yarn
yarn add tsconfig-extendsUsage
import * as tsconfig from 'tsconfig-extends';
const compiler_options = tsconfig.load_file_sync('path/to/tsconfig.json');API
load_file_sync(filename: string, cwd?: string): CompilerOptionsload_config_sync(tsconfig: TSConfig, cwd?: string): CompilerOptions
