mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
23 lines
315 B
Plaintext
23 lines
315 B
Plaintext
{
|
|
"detectiveOptions": {
|
|
"ts": {
|
|
"skipTypeImports": true
|
|
},
|
|
"es6": {
|
|
"skipTypeImports": true
|
|
}
|
|
},
|
|
"fileExtensions": [
|
|
"js",
|
|
"ts"
|
|
],
|
|
"excludeRegExp": [
|
|
"node_modules",
|
|
"docs",
|
|
"vitepress",
|
|
"detector",
|
|
"Detector"
|
|
],
|
|
"tsConfig": "./tsconfig.json"
|
|
}
|