Skip to content

Commit 4584b89

Browse files
authored
fix: change newlineKind to lf for experimentalDts (#1234)
1 parent db7a022 commit 4584b89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api-extractor.ts

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ function rollupDtsFile(
4949
tsconfigFilePath,
5050
},
5151
projectFolder: cwd,
52+
newlineKind: 'lf',
5253
}
5354
const prepareOptions: IExtractorConfigPrepareOptions = {
5455
configObject,

0 commit comments

Comments
 (0)