mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 11:14:12 +01:00
tsConversion: fix paths, add d.ts to output
This commit is contained in:
@@ -2,7 +2,7 @@ import assignWithDepth from './assignWithDepth';
|
||||
import { log } from './logger';
|
||||
import theme from './themes';
|
||||
import config from './defaultConfig';
|
||||
import { MermaidConfig } from 'types/config';
|
||||
import type { MermaidConfig } from './config.type';
|
||||
|
||||
export const defaultConfig: MermaidConfig = Object.freeze(config);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user