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