Files
xyflow/packages/node-toolbar/tsconfig.json
2022-11-15 21:48:08 +01:00

7 lines
167 B
JSON

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