Migrate to a D3-based graph renderer

This commit is contained in:
2024-02-03 20:47:22 +01:00
parent b68f84bc98
commit be1cd8b39f
14 changed files with 1035 additions and 51 deletions

View File

@@ -4,7 +4,7 @@
"useDefineForClassFields": true,
"module": "ESNext",
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"types": ["vite/client"],
"types": ["@types/node", "vite/client"],
"skipLibCheck": true,
"allowJs": true,
"checkJs": true,