Add core configuration files
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-01-30 00:55:19 +00:00
parent a3350f0249
commit b6aacbc4c8

11
typeflow.config.json Normal file
View 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
}
}