diff --git a/Source/Interface/Option.ts b/Source/Interface/Option.ts index 0cdc0a5..148fbbe 100644 --- a/Source/Interface/Option.ts +++ b/Source/Interface/Option.ts @@ -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"; +