UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

8 lines (7 loc) 214 B
export declare namespace TsConfigReader { interface ITsConfig { extends?: string | string[]; compilerOptions?: Record<string, any>; } const read: (file: string) => Promise<ITsConfig>; }