testtest/node_modules/ts-node/dist/ts-internals.d.ts
AlexVeeBee 30ce160b8f
Some checks failed
node-js / Test (14.x) (push) Failing after 18s
Did something
2024-02-27 00:32:49 +00: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;