@aws/pdk
Version:
All documentation is located at: https://aws.github.io/aws-pdk
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;