mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13:25 +08:00
17 lines
228 B
JSON
17 lines
228 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"packages",
|
|
"tests",
|
|
"scripts",
|
|
"cypress",
|
|
"__mocks__",
|
|
"./.eslintrc.cjs",
|
|
"./*",
|
|
"demos/dev"
|
|
]
|
|
}
|