[ci] format

This commit is contained in:
DylanPiercey 2023-02-28 23:15:51 +00:00 committed by Dylan Piercey
parent 4fc38e8001
commit 5ea69a60c1

View File

@ -3,7 +3,7 @@ import { TaglibLookup } from "@marko/babel-utils";
import * as types from "./babel-types";
export { types };
export type Config = typeof import("./config")
export type Config = typeof import("./config");
type Dep = {
type: string;