stock-bot/libs/api-client/tsconfig.json
2025-06-03 18:02:15 -04:00

17 lines
413 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"declaration": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"],
"references": [
{ "path": "../config" },
{ "path": "../event-bus" },
{ "path": "../http-client" },
{ "path": "../types" },
{ "path": "../utils" },
]
}