UNPKG

ts-import

Version:

Import (compile and cache on the fly) TypeScript files dynamically with ease.

9 lines (8 loc) 252 B
import { LoadTranspileOptions } from '../../load.interfaces.js'; import tsc from 'typescript'; export declare const getConfig: (options: LoadTranspileOptions) => { cache: { dir: string; }; transpileOptions: tsc.TranspileOptions; };