chore(system): rename BaseNode/BaseEdge types to NodeBase/EdgeBase
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"extends": "@xyflow/tsconfig/react.json",
|
||||
"display": "@xyflow/system",
|
||||
"extends": "@xyflow/tsconfig/base.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["dom", "esnext"],
|
||||
"module": "esnext",
|
||||
"target": "esnext",
|
||||
"outDir": "dist"
|
||||
},
|
||||
"include": ["**/*.ts", "**/*.tsx"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user