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": [
|
|
|
|
{
|
2021-10-18 22:18:09 +02:00
|
|
|
"path": "../../config"
|
2020-09-07 07:07:05 +02:00
|
|
|
},
|
|
|
|
{
|
2021-10-18 22:18:09 +02:00
|
|
|
"path": "../../core/commons-api"
|
2021-09-08 19:06:37 +02:00
|
|
|
},
|
|
|
|
{
|
2021-10-18 22:18:09 +02:00
|
|
|
"path": "../../utils"
|
2020-09-07 07:07:05 +02:00
|
|
|
}
|
|
|
|
]
|
2020-08-19 20:27:35 +02:00
|
|
|
}
|