UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

7 lines (6 loc) 317 B
import ts from "typescript"; import { INestiaConfig } from "../../INestiaConfig"; export declare namespace NestiaConfigLoader { const compilerOptions: (project: string) => Promise<ts.ParsedCommandLine>; const configurations: (file: string, compilerOptions: Record<string, any>) => Promise<INestiaConfig[]>; }