updated config files and starting work on utils lib

This commit is contained in:
Boki 2025-06-19 09:35:03 -04:00
parent 8e218cb802
commit 25d9f2dd85
20 changed files with 900 additions and 9 deletions

View file

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