Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 17, 2023
1 parent 45244de commit 601b3b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Interface/Option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export default interface Type extends Option {
Biome?: boolean | Biome;
}

import type Value from "typescript-esbuild/Target/Interface/Value.js";
import type Biome from "./Biome.js";

import type Option from "files-pipe/Target/Interface/Option.js";
import type Value from "typescript-esbuild/Target/Interface/Value.js";

0 comments on commit 601b3b3

Please sign in to comment.