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