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