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,9 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*"],
"references": [{ "path": "../types" }, { "path": "../config" }, { "path": "../logger" }]
"extends": "../../tsconfig.lib.json",
"references": [
{ "path": "../logger" },
{ "path": "../types" }
]
}