rehype-graphviz-diagram
Version:
A Unified/Rehype Plugin that allows you transform graphviz codes into SVG diagram.
26 lines (21 loc) • 551 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"module": "NodeNext",
"moduleResolution": "nodenext",
"rootDir": "src",
"outDir": "./dist",
"declaration": true,
"declarationMap": false,
"lib": ["ES2020", "DOM"],
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"noEmitOnError": true,
"isolatedModules": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/*.test.ts"]
}