UNPKG

nestjs-auto-reflect-metadata-emitter

Version:

[![Actions Status](https://github.com/Codibre/nestjs-auto-reflect-metadata-emitter/workflows/build/badge.svg)](https://github.com/Codibre/nestjs-auto-reflect-metadata-emitter/actions) [![Actions Status](https://github.com/Codibre/nestjs-auto-reflect-metad

12 lines (11 loc) 431 B
import * as ts from 'typescript'; import { TypeScriptBinaryLoader } from './typescript-loader'; export declare class TsConfigProvider { private readonly typescriptLoader; constructor(typescriptLoader: TypeScriptBinaryLoader); getByConfigFilename(configFilename: string): { options: ts.CompilerOptions; fileNames: string[]; projectReferences: readonly ts.ProjectReference[] | undefined; }; }