chore: added hover texts, fixed some ui bugs

This commit is contained in:
John Yeo
2025-11-30 14:58:59 +00:00
142 changed files with 2401 additions and 1615 deletions

View File

@@ -6,8 +6,8 @@
"declarationMap": true,
"esModuleInterop": true,
"skipLibCheck": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"module": "Preserve",
"moduleResolution": "bundler",
"target": "ES2020",
"outDir": "./dist",
"rootDir": ".",