Files
typeflow/typeflow.config.json
7000pctAUTO b6aacbc4c8
Some checks failed
CI / test (push) Has been cancelled
Add core configuration files
2026-01-30 00:55:19 +00:00

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
}
}