Files
xyflow/packages/utils/tsconfig.json

7 lines
160 B
JSON

{
"extends": "@reactflow/tsconfig/react.json",
"display": "@reactflow/utils",
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", "dist"]
}