stock-bot/libs/config/tsconfig.json

15 lines
418 B
JSON

{
"extends": "../../tsconfig.json", "compilerOptions": {
"outDir": "./dist",
"declaration": true,
"moduleResolution": "bundler",
"allowImportingTsExtensions": false,
},"include": ["src/**/*", "test/**/*"],
"exclude": ["node_modules", "dist"],
"references": [
{ "path": "../api-client" },
{ "path": "../event-bus" },
{ "path": "../http-client" },
{ "path": "../utils" }
]
}