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"
|
|
|
|
},
|
2022-10-10 08:00:09 +02:00
|
|
|
"include": ["src/**/*.ts"],
|
2020-09-07 07:07:05 +02:00
|
|
|
"references": [
|
|
|
|
{
|
2022-10-10 08:00:09 +02:00
|
|
|
"path": "../../core/file-locking"
|
2020-09-07 07:07:05 +02:00
|
|
|
},
|
|
|
|
{
|
2022-10-10 08:00:09 +02:00
|
|
|
"path": "../../config"
|
2021-09-08 19:06:37 +02:00
|
|
|
},
|
2022-07-29 20:51:45 +02:00
|
|
|
{
|
2022-10-10 08:00:09 +02:00
|
|
|
"path": "../../logger"
|
2022-07-29 20:51:45 +02:00
|
|
|
},
|
|
|
|
{
|
2022-10-10 08:00:09 +02:00
|
|
|
"path": "../../core/core"
|
2020-09-07 07:07:05 +02:00
|
|
|
}
|
|
|
|
]
|
2020-08-19 20:27:35 +02:00
|
|
|
}
|