build: migrate to Typescript + biome

This commit is contained in:
2026-03-27 17:33:58 +05:30
parent 3f0c4c217a
commit b6dbcfe91a
12 changed files with 466 additions and 204 deletions
+2
View File
@@ -0,0 +1,2 @@
export const STORAGE_DIR = "./storage";
export const GRAPH_FILE = "./graphology/graph.json";