mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
9 lines
144 B
JSON
9 lines
144 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2020",
|
||
|
"lib": ["es2020", "dom"],
|
||
|
"types": ["cypress", "node"]
|
||
|
},
|
||
|
"include": ["**/*.ts"]
|
||
|
}
|