We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
newlineKind
lf
experimentalDts
1 parent db7a022 commit 4584b89Copy full SHA for 4584b89
src/api-extractor.ts
@@ -49,6 +49,7 @@ function rollupDtsFile(
49
tsconfigFilePath,
50
},
51
projectFolder: cwd,
52
+ newlineKind: 'lf',
53
}
54
const prepareOptions: IExtractorConfigPrepareOptions = {
55
configObject,
0 commit comments