reworked queue lib

This commit is contained in:
Boki 2025-06-19 07:20:14 -04:00
parent 629ba2b8d4
commit c05a7413dc
34 changed files with 3887 additions and 861 deletions

View file

@ -1,8 +1,4 @@
{
"extends": "../../tsconfig.lib.json",
"references": [
{ "path": "../logger" },
{ "path": "../utils" },
{ "path": "../data-frame" }
]
"references": [{ "path": "../logger" }, { "path": "../utils" }]
}