11 lines
264 B
JSON
11 lines
264 B
JSON
{
|
|
"extends": "tsconfig/react.json",
|
|
"display": "@reactflow/background",
|
|
"compilerOptions": {
|
|
"composite": true
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
"exclude": ["**/node_modules", "dist/*"],
|
|
"references": [{ "path": "../core/tsconfig.json" }]
|
|
}
|