diff --git a/typeflow.config.json b/typeflow.config.json new file mode 100644 index 0000000..80b1bcd --- /dev/null +++ b/typeflow.config.json @@ -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 + } +}