Files
xyflow/packages/system/tsconfig.json
2023-02-16 16:37:47 +01:00

7 lines
161 B
JSON

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