Reverse transactions display order

This commit is contained in:
2025-10-22 12:19:47 +02:00
parent 1f164555be
commit 77590b4b4a
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"lib": ["ES2023", "ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,