This commit is contained in:
11
typeflow.config.json
Normal file
11
typeflow.config.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"includePatterns": ["**/*.ts", "**/*.tsx"],
|
||||
"excludePatterns": ["node_modules", "dist", "*.d.ts"],
|
||||
"maxDepth": 10,
|
||||
"exportFormats": ["dot", "graphml", "json"],
|
||||
"analysis": {
|
||||
"circularDependencies": true,
|
||||
"typeWidening": true,
|
||||
"typeNarrowing": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user