Files
xyflow/packages/reactflow/tsconfig.json
2022-09-12 17:24:49 +02:00

7 lines
153 B
JSON

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