stock-bot/libs/core/handlers/tsconfig.json

13 lines
No EOL
258 B
JSON

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