libs fully refactored

This commit is contained in:
Boki 2025-06-21 19:00:10 -04:00
parent 63baeaec70
commit 1b34da9a69
10 changed files with 181 additions and 21 deletions

View file

@ -1,15 +1,15 @@
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"rootDir": "./",
"rootDir": "./src",
"outDir": "./dist",
"composite": true,
"declaration": true,
"declarationMap": true,
"types": ["node", "bun-types"]
},
"include": ["./**/*.ts"],
"exclude": ["node_modules", "dist"],
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist", "test"],
"references": [
{ "path": "../config" },
{ "path": "../logger" }