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