UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

5 lines (4 loc) 394 B
import { type ExecutorContext } from '@nx/devkit'; import type { NormalizedExecutorOptions } from '../../../utils/schema'; import type { TypescriptInMemoryTsConfig } from './typescript-compilation'; export declare function getProcessedTaskTsConfigs(tasks: string[], tasksOptions: Record<string, NormalizedExecutorOptions>, context: ExecutorContext): Record<string, TypescriptInMemoryTsConfig>;