diff --git a/Target/Function/Exec.d.ts b/Target/Function/Exec.d.ts index dccd40a..e11c46b 100644 --- a/Target/Function/Exec.d.ts +++ b/Target/Function/Exec.d.ts @@ -1,7 +1,7 @@ +import type Interface from "../Interface/Exec.js"; /** * @module Exec * */ declare const _default: Interface; export default _default; -import type Interface from "../Interface/Exec.js"; diff --git a/Target/Function/File.d.ts b/Target/Function/File.d.ts index b7b5e78..c432f2b 100644 --- a/Target/Function/File.d.ts +++ b/Target/Function/File.d.ts @@ -1,7 +1,7 @@ +import type Interface from "../Interface/File.js"; /** * @module File * */ declare const _default: Interface; export default _default; -import type Interface from "../Interface/File.js"; diff --git a/Target/Function/JSON.d.ts b/Target/Function/JSON.d.ts index 2f74f5d..b65f06e 100644 --- a/Target/Function/JSON.d.ts +++ b/Target/Function/JSON.d.ts @@ -1,7 +1,7 @@ +import type Interface from "../Interface/JSON.js"; /** * @module JSON * */ declare const _default: Interface; export default _default; -import type Interface from "../Interface/JSON.js"; diff --git a/Target/Interface/Build.d.ts b/Target/Interface/Build.d.ts index 0d32e22..0ffb657 100644 --- a/Target/Interface/Build.d.ts +++ b/Target/Interface/Build.d.ts @@ -1,3 +1,4 @@ +import type { Pattern } from "fast-glob"; /** * @module Build * @@ -22,4 +23,3 @@ export default interface Interface { Exclude?: Pattern[]; }): Promise; } -import type { Pattern } from "fast-glob"; diff --git a/package.json b/package.json index e4be492..f03ae6d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "@types/node": "22.7.4", "commander": "12.1.0", - "deepmerge-ts": "7.1.0", + "deepmerge-ts": "7.1.1", "esbuild": "0.24.0", "fast-glob": "3.3.2", "tsc-alias": "1.8.10",