mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
13 lines
289 B
JSON
13 lines
289 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "./dist",
|
|
"allowJs": false,
|
|
"preserveSymlinks": false,
|
|
"strictPropertyInitialization": false
|
|
},
|
|
"include": ["./src/**/*.ts", "./tests/**/*.ts"],
|
|
"typeRoots": ["./src/types"]
|
|
}
|