12 lines
278 B
JSON
12 lines
278 B
JSON
{
|
|
"includePatterns": ["**/*.ts", "**/*.tsx"],
|
|
"excludePatterns": ["node_modules", "dist", "*.d.ts"],
|
|
"maxDepth": 10,
|
|
"exportFormats": ["dot", "graphml", "json"],
|
|
"analysis": {
|
|
"circularDependencies": true,
|
|
"typeWidening": true,
|
|
"typeNarrowing": true
|
|
}
|
|
}
|