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