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