UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

11 lines (10 loc) 400 B
import { INestiaConfig } from "../../INestiaConfig"; export declare namespace NestiaConfigLoader { interface ICompilerOptions { raw: { compilerOptions?: Record<string, any>; }; } const compilerOptions: (project: string) => Promise<ICompilerOptions>; const configurations: (file: string, compilerOptions: Record<string, any>) => Promise<INestiaConfig[]>; }