Added feature to detect automatically monorepos and it's tsconfig.json and jsconfig.json files
4 lines
127 B
TypeScript
4 lines
127 B
TypeScript
import type { Config, ESConfig } from './src/types';
|
|
|
|
export async function defineConfig(config: Config): Promise<ESConfig[]>;
|