Files
xyflow/tooling/tsconfig/react.json

13 lines
247 B
JSON

{
"display": "ReactFlow Package",
"extends": "./base.json",
"compilerOptions": {
"jsx": "react-jsx",
"lib": ["dom", "esnext"],
"module": "esnext",
"target": "esnext",
"outDir": "dist",
"noErrorTruncation": true
}
}