13 lines
247 B
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
|
|
}
|
|
}
|