UNPKG

@trapi/metadata

Version:

Generate REST-API metadata scheme from TypeScript Decorators.

4 lines 277 B
import type { TsConfig, TsconfigLoadContext } from './type'; export declare function loadTSConfig(context?: TsconfigLoadContext): Promise<TsConfig>; export declare function softLoadTsconfig(context?: TsconfigLoadContext): Promise<TsConfig>; //# sourceMappingURL=module.d.ts.map