mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-24 01:39:53 +02:00
tsConversion: fix paths, add d.ts to output
This commit is contained in:
@@ -19,7 +19,7 @@ import { configKeys } from './defaultConfig';
|
||||
import { log } from './logger';
|
||||
import { detectType } from './diagram-api/detectType';
|
||||
import assignWithDepth from './assignWithDepth';
|
||||
import { MermaidConfig } from 'types/config';
|
||||
import { MermaidConfig } from './config.type';
|
||||
|
||||
// Effectively an enum of the supported curve types, accessible by name
|
||||
const d3CurveTypes = {
|
||||
|
Reference in New Issue
Block a user