16 lines
447 B
JSON
16 lines
447 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": "../types" },
|
|
{ "path": "../utils" },
|
|
]
|
|
}
|