Files
xyflow/tooling/tsconfig/react.json
2022-09-12 17:24:49 +02:00

12 lines
216 B
JSON

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