8000 fix: change `newlineKind` to `lf` for `experimentalDts` (#1234) · egoist/tsup@4584b89 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Lines changed: 1 addition & 0 deletions
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)
0