mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +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
|
|
]
|
|
}
|