tsConversion: fix paths, add d.ts to output

This commit is contained in:
Sidharth Vinod
2022-08-21 22:27:13 +05:30
parent d97b3807b9
commit 39aaf2f813
15 changed files with 51 additions and 183 deletions

View File

@@ -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 = {