UNPKG

312 BTypeScriptView Raw
1import type * as _ts from 'typescript';
2export declare function getUseDefineForClassFields(compilerOptions: _ts.CompilerOptions): boolean;
3export declare function getEmitScriptTarget(compilerOptions: {
4 module?: _ts.CompilerOptions['module'];
5 target?: _ts.CompilerOptions['target'];
6}): _ts.ScriptTarget;