Save node attributes in a separate table + refactoring

This commit is contained in:
Hakan Shehu
2024-09-10 08:11:29 +02:00
parent d1be8322bd
commit 2b0d73cbbf
147 changed files with 5565 additions and 2777 deletions

View File

@@ -6,9 +6,10 @@
"rootDir": ".",
"strict": true,
"esModuleInterop": true,
"noEmit": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
}
}
}