Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.07 KB

resolveConfigForFile.md

File metadata and controls

47 lines (27 loc) · 1.07 KB

APIs Documentation


Function: resolveConfigForFile()

resolveConfigForFile<T>(fileName, config?): Promise<T>

Resolve config for a source file.

The following sources will be considered if found (in precedence from high to low):

Type Parameters

T extends Configuration = Configuration

Parameters

fileName

string

Source file name

config?

T

Base config

Returns

Promise<T>

Typeparam

T - A type extended from Configuration

Defined in

config/importSorter.ts:28