chore: fix declaration emit

This commit is contained in:
ryan-0324 2024-07-29 05:36:29 -04:00
parent b81b56126c
commit 0edd47733d

View file

@ -68,6 +68,7 @@ function createTagCommand(tag: Tag) {
});
return { content: tag.message.replaceAll("\\n", "\n") };
},
// @ts-expect-error
[MessageTagsMarker]: true,
}, "CustomTags");
}