2021-04-25 13:17:50 +02:00
|
|
|
{
|
|
|
|
"extends": "../../../tsconfig.reference.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": "./src",
|
|
|
|
"outDir": "./build"
|
|
|
|
},
|
|
|
|
"include": ["src/**/*"],
|
2021-06-13 22:03:09 +02:00
|
|
|
"exclude": ["src/**/*.test.ts"],
|
|
|
|
"references": [
|
|
|
|
{
|
2021-10-26 22:03:06 +02:00
|
|
|
"path": "../../store"
|
2021-06-13 22:03:09 +02:00
|
|
|
},
|
|
|
|
{
|
2021-10-26 22:03:06 +02:00
|
|
|
"path": "../../config"
|
2021-06-13 22:03:09 +02:00
|
|
|
},
|
|
|
|
{
|
2021-10-26 22:03:06 +02:00
|
|
|
"path": "../../auth"
|
2021-06-13 22:03:09 +02:00
|
|
|
},
|
|
|
|
{
|
2021-10-26 22:03:06 +02:00
|
|
|
"path": "../../logger"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "../../utils"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "../../core/core"
|
2021-06-13 22:03:09 +02:00
|
|
|
}
|
|
|
|
]
|
2021-04-25 13:17:50 +02:00
|
|
|
}
|