UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

7 lines (6 loc) • 312 B
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;