We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae5562 commit d3ec58eCopy full SHA for d3ec58e
examples/package.json
@@ -13,12 +13,12 @@
13
},
14
"dependencies": {
15
"react": "^18.0.0",
16
- "react-dom": "^18.0.0"
+ "react-dom": "^18.0.0",
17
+ "@antv/x6": "workspace:*"
18
19
"devDependencies": {
20
"@ant-design/icons": "^6.0.1",
21
"@antv/hierarchy": "^0.6.14",
- "@antv/x6": "workspace:*",
22
"@antv/x6-react-components": "^2.x",
23
"@antv/x6-react-shape": "^2.x",
24
"@eslint/js": "^9.33.0",
examples/tsconfig.json
@@ -14,7 +14,8 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
- "noFallthroughCasesInSwitch": true
+ "noFallthroughCasesInSwitch": true,
+ "baseUrl": "."
- "include": ["src"]
+ "include": ["src/**/*"]
}
0 commit comments