Searched refs:ToolConfigType (Results 1 – 2 of 2) sorted by relevance
17 export function getToolConfiguration(): ToolConfigType {22 export type ToolConfigType = { plugins: PluginType[] }; alias
18 import { getToolConfiguration, ToolConfigType } from './bin/index';86 const configuration: ToolConfigType = getToolConfiguration();