Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 66118a2

Browse files
authoredNov 29, 2023
[autofix.ci] apply automated fixes
1 parent 48ce2e2 commit 66118a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎rollup.dts.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ export default targetPackages.map(
4848
* otherwise it gets weird in vitepress `defineComponent` call with
4949
* "the inferred type cannot be named without a reference"
5050
* 2. Append custom augmentations (jsx, macros)
51-
*
52-
* @param {string} pkg
51+
*
52+
* @param {string} pkg
5353
* @returns {import('rollup').Plugin}
54-
*/
54+
*/
5555
function patchTypes(pkg) {
5656
return {
5757
name: 'patch-types',

0 commit comments

Comments
 (0)
Please sign in to comment.