ts-node
Version:
TypeScript execution environment and REPL for node.js, with source map support
7 lines (6 loc) • 312 B
TypeScript
import type * as _ts from 'typescript';
export declare function getUseDefineForClassFields(compilerOptions: _ts.CompilerOptions): boolean;
export declare function getEmitScriptTarget(compilerOptions: {
module?: _ts.CompilerOptions['module'];
target?: _ts.CompilerOptions['target'];
}): _ts.ScriptTarget;