mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00

Some optional description over here if you need to add more info on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
11 lines
251 B
JSON
11 lines
251 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"types": ["vitest/importMeta", "vitest/globals"]
|
|
},
|
|
"include": ["./src/**/*.ts", "./src/**/*.d.ts"],
|
|
"typeRoots": ["./src/types"]
|
|
}
|