mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
11 lines
232 B
JSON
11 lines
232 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"types": ["vitest/importMeta", "vitest/globals"]
|
|
},
|
|
"include": ["./src/**/*.ts"],
|
|
"typeRoots": ["./src/types"]
|
|
}
|