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