2020-08-19 20:27:35 +02:00
|
|
|
{
|
2020-09-07 07:07:05 +02:00
|
|
|
"extends": "../../../tsconfig.reference.json",
|
2020-08-19 20:27:35 +02:00
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": "./src",
|
|
|
|
"outDir": "./build"
|
|
|
|
},
|
|
|
|
"include": ["src/**/*"],
|
2020-09-07 07:07:05 +02:00
|
|
|
"exclude": ["src/**/*.test.ts"],
|
|
|
|
"references": [
|
|
|
|
{
|
|
|
|
"path": "../file-locking"
|
|
|
|
},
|
|
|
|
{
|
2021-04-05 20:39:21 +02:00
|
|
|
"path": "../streams"
|
2021-09-08 19:06:37 +02:00
|
|
|
},
|
2022-07-29 20:51:45 +02:00
|
|
|
{
|
|
|
|
"path": "../config"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "../logger"
|
|
|
|
},
|
2021-09-08 19:06:37 +02:00
|
|
|
{
|
|
|
|
"path": "../core"
|
2020-09-07 07:07:05 +02:00
|
|
|
}
|
|
|
|
]
|
2020-08-19 20:27:35 +02:00
|
|
|
}
|