fix(misskey-js): api extractorの出力をLFに強制 (#15369)

* fix(misskey-js): api extractorの出力をLFに強制

* indent
This commit is contained in:
かっこかり
2025-02-01 14:48:04 +09:00
committed by GitHub
parent d4226c6adf
commit 06f113b226

View File

@@ -62,6 +62,8 @@
*/ */
"bundledPackages": [], "bundledPackages": [],
"newlineKind": "lf",
/** /**
* Determines how the TypeScript compiler engine will be invoked by API Extractor. * Determines how the TypeScript compiler engine will be invoked by API Extractor.
*/ */