diff --git a/.cspell/misc-terms.txt b/.cspell/misc-terms.txt index 3ef8135f2..d0516532d 100644 --- a/.cspell/misc-terms.txt +++ b/.cspell/misc-terms.txt @@ -1,2 +1,4 @@ +circo handdrawnSeed +neato newbranch diff --git a/packages/mermaid/src/rendering-util/types.d.ts b/packages/mermaid/src/rendering-util/types.d.ts index 1276c41d8..e5f312b96 100644 --- a/packages/mermaid/src/rendering-util/types.d.ts +++ b/packages/mermaid/src/rendering-util/types.d.ts @@ -1,5 +1,5 @@ -import config from '../../dist/defaultConfig'; -import { MermaidConfig } from '../../dist/config.type'; +import type { MermaidConfig } from '$root/config.type.ts'; + export type MarkdownWordType = 'normal' | 'strong' | 'emphasis'; export interface MarkdownWord { content: string;