stock-bot/libs/utils/tsconfig.json
2025-06-11 10:35:15 -04:00

9 lines
233 B
JSON

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