Files
xyflow/packages/node-resizer/tsconfig.json
T

7 lines
167 B
JSON

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