Skip to content

Commit 1b23108

Browse files
committed
fix
1 parent caeae93 commit 1b23108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/parsers/ts-utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports.patchTs = function patchTs() {
3131
content = replaceExtensions(content);
3232
}
3333
return content;
34-
}
34+
},
3535
};
3636
ts.setSys(newSys);
3737
};

0 commit comments

Comments
 (0)