linxus fs fixes

This commit is contained in:
Boki 2025-06-09 22:55:51 -04:00
parent ac23b70146
commit 0b7846fe67
292 changed files with 41947 additions and 41947 deletions

View file

@ -1,15 +1,15 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*"], "references": [
{ "path": "../types" },
{ "path": "../logger" },
{ "path": "../utils" },
{ "path": "../event-bus" },
{ "path": "../data-frame" },
{ "path": "../vector-engine" }
]
}
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*"], "references": [
{ "path": "../types" },
{ "path": "../logger" },
{ "path": "../utils" },
{ "path": "../event-bus" },
{ "path": "../data-frame" },
{ "path": "../vector-engine" }
]
}