2020-03-03 23:59:19 +01:00
|
|
|
{
|
2020-09-07 07:07:05 +02:00
|
|
|
"extends": "../../tsconfig.reference.json",
|
2020-03-03 23:59:19 +01:00
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": "./src",
|
|
|
|
"outDir": "./build"
|
|
|
|
},
|
2020-09-07 07:07:05 +02:00
|
|
|
"include": ["src/**/*", "types/*.d.ts"],
|
|
|
|
"exclude": ["src/**/*.test.ts"],
|
|
|
|
"references": [
|
|
|
|
{
|
2021-04-05 20:39:21 +02:00
|
|
|
"path": "../config"
|
2020-09-07 07:07:05 +02:00
|
|
|
},
|
|
|
|
{
|
2021-04-05 20:39:21 +02:00
|
|
|
"path": "../core/commons-api"
|
2020-09-07 07:07:05 +02:00
|
|
|
},
|
|
|
|
{
|
2021-04-05 20:39:21 +02:00
|
|
|
"path": "../core/local-storage"
|
2020-09-07 07:07:05 +02:00
|
|
|
},
|
|
|
|
{
|
2021-04-05 20:39:21 +02:00
|
|
|
"path": "../core/streams"
|
2020-09-07 07:07:05 +02:00
|
|
|
},
|
2020-11-15 11:14:09 +01:00
|
|
|
{
|
2021-04-05 20:39:21 +02:00
|
|
|
"path": "../logger"
|
2020-11-15 11:14:09 +01:00
|
|
|
},
|
2020-09-07 07:07:05 +02:00
|
|
|
{
|
|
|
|
"path": "../utils"
|
|
|
|
}
|
|
|
|
]
|
2020-03-03 23:59:19 +01:00
|
|
|
}
|