Skip to content

Commit 0ebb602

Browse files
committed
fix: jsdoc type import
1 parent a3794f7 commit 0ebb602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function getOutputFileName(suffix) {
2323
return `BetterYTM${suffix ?? ""}.user.js`;
2424
}
2525

26-
export default (/**@type {import("./src/types").RollupArgs}*/ args) => (async () => {
26+
export default (/**@type {import("./src/types.js").RollupArgs}*/ args) => (async () => {
2727
const passCliArgs = {
2828
mode: args["config-mode"] ?? (process.env.NODE_ENV === "production" ? "production" : "development"),
2929
branch: args["config-branch"] ?? "develop",

0 commit comments

Comments
 (0)