diff --git a/.cspell.json b/.cspell.json index aff9ca09..61d37e64 100644 --- a/.cspell.json +++ b/.cspell.json @@ -44,6 +44,7 @@ "kinded", "typeguard", "typeguards", + "denoify", "litecoin", "monero", "codesandbox", diff --git a/src/types/options.ts b/src/types/options.ts index 9cb8e447..9025a4b7 100644 --- a/src/types/options.ts +++ b/src/types/options.ts @@ -1,4 +1,5 @@ -import type { DeepMergeMergeFunctionsDefaults } from "@/deepmerge"; +// eslint-disable-next-line import/no-relative-parent-imports -- use "@/deepmerge" once denoify can support it. +import type { DeepMergeMergeFunctionsDefaults } from ".."; import type { DeepMergeBuiltInMetaData } from "./merging";