load tsconfig compiler-options, support `extends` field
npm install tsconfig-extends


load tsconfig compiler-options, support extends field
``shusing npm
npm install --save tsconfig-extends
Usage
`ts
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): CompilerOptions
- load_config_sync(tsconfig: TSConfig, cwd?: string): CompilerOptions`