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

7 lines
165 B
JSON

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