Skip to content

Commit a6fe9fc

Browse files
Removed traceResolution: true
1 parent afaec96 commit a6fe9fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/transformers/declarations/transpileDeclaration.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ export function transpileDeclaration(sourceFile: SourceFile, transpileOptions: T
7070
const compilerOptions: CompilerOptions = {
7171
...transpileOptions.compilerOptions,
7272
isolatedDeclarations: true,
73-
traceResolution: false,
7473
};
7574
const emitHost = createEmitDeclarationHost(transpileOptions);
7675
const emitResolver = createEmitDeclarationResolver(sourceFile);

0 commit comments

Comments
 (0)