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

14 lines (13 loc) 657 B
import { TsConfigProvider } from './tsconfig-provider'; import { TypeScriptBinaryLoader } from './typescript-loader'; import tsPaths = require('tsconfig-paths'); export declare const tsLoader: TypeScriptBinaryLoader; export declare const tsBinary: typeof import("typescript"); export declare const tsConfigProvider: TsConfigProvider; export declare const tsConfig: { options: import("typescript").CompilerOptions; fileNames: string[]; projectReferences: readonly import("typescript").ProjectReference[] | undefined; }; export declare const matcher: tsPaths.MatchPath; export declare function getModuleRealPath(text: string): string | undefined;