UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

9 lines (8 loc) 393 B
export declare let unregisterPluginTSTranspiler: (() => void) | null; /** * Register swc-node or ts-node if they are not currently registered * with some default settings which work well for Nx plugins. */ export declare function registerPluginTSTranspiler(): void; export declare function pluginTranspilerIsRegistered(): boolean; export declare function cleanupPluginTSTranspiler(): void;