looking better

This commit is contained in:
Boki 2025-06-18 22:46:29 -04:00
parent 3ebe1178f4
commit 5c4dac8f27
25 changed files with 232 additions and 416 deletions

View file

@ -1,12 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*"],
"extends": "../../tsconfig.lib.json",
"references": [
{ "path": "../types" },
{ "path": "../logger" },
{ "path": "../utils" },
{ "path": "../data-frame" }