stock-bot/libs/core/logger/tsconfig.json
2025-06-21 18:27:00 -04:00

11 lines
190 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"composite": true
},
"include": ["src/**/*"],
"references": [
]
}