mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
12 lines
223 B
JSON
12 lines
223 B
JSON
|
{
|
||
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||
|
"extends": ["./tsconfig.json"],
|
||
|
"compilerOptions": {
|
||
|
"noEmit": true
|
||
|
},
|
||
|
"include": [
|
||
|
"./src/**/*.spec.js",
|
||
|
"./src/**/*.spec.ts" // test files
|
||
|
]
|
||
|
}
|