Skip to content

Commit 48a1fc3

Browse files
committed
Fix lint
1 parent c78c88f commit 48a1fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/transformers/declarations.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ namespace ts {
330330
const specifier = moduleSpecifiers.getModuleSpecifier(
331331
// We pathify the baseUrl since we pathify the other paths here, so we can still easily check if the other paths are within the baseUrl
332332
// TODO: Should we _always_ be pathifying the baseUrl as we read it in?
333-
{...options, baseUrl: options.baseUrl && toPath(options.baseUrl, host.getCurrentDirectory(), host.getCanonicalFileName)},
333+
{ ...options, baseUrl: options.baseUrl && toPath(options.baseUrl, host.getCurrentDirectory(), host.getCanonicalFileName) },
334334
currentSourceFile,
335335
toPath(outputFilePath, host.getCurrentDirectory(), host.getCanonicalFileName),
336336
toPath(declFileName, host.getCurrentDirectory(), host.getCanonicalFileName),

0 commit comments

Comments
 (0)