mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02: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
|
|
]
|
|
}
|