zhangkun9038@dingtalk.com 41fa1390ae first add
2025-01-30 23:47:14 +08:00

7 lines
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;