stock-bot/libs/cache/tsconfig.json
2025-06-10 13:38:47 -04:00

13 lines
No EOL
260 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*"],
"references": [
{ "path": "../types" },
{ "path": "../config" },
{ "path": "../logger" }
]
}