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": [
|
2021-01-02 02:11:32 -05:00
|
|
|
{
|
2022-10-11 16:06:55 -05:00
|
|
|
"path": "../../core/file-locking"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "../../config"
|
|
|
|
},
|
|
|
|
{
|
2023-02-05 15:00:32 -05:00
|
|
|
"path": "../../logger/logger"
|
2022-10-11 16:06:55 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "../../core/core"
|
2020-09-07 00:07:05 -05:00
|
|
|
}
|
|
|
|
]
|
2020-08-19 13:27:35 -05:00
|
|
|
}
|