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": [
|
|
|
|
{
|
2022-03-27 21:42:52 +02:00
|
|
|
"path": "../store"
|
2021-06-13 22:03:09 +02:00
|
|
|
},
|
|
|
|
{
|
2022-03-27 21:42:52 +02:00
|
|
|
"path": "../config"
|
2021-06-13 22:03:09 +02:00
|
|
|
},
|
|
|
|
{
|
2022-03-27 21:42:52 +02:00
|
|
|
"path": "../auth"
|
2021-06-13 22:03:09 +02:00
|
|
|
},
|
|
|
|
{
|
2022-03-27 21:42:52 +02:00
|
|
|
"path": "../logger"
|
2021-10-26 22:03:06 +02:00
|
|
|
},
|
|
|
|
{
|
2022-03-27 21:42:52 +02:00
|
|
|
"path": "../utils"
|
2021-10-26 22:03:06 +02:00
|
|
|
},
|
|
|
|
{
|
2022-03-27 21:42:52 +02:00
|
|
|
"path": "../core/core"
|
2021-06-13 22:03:09 +02:00
|
|
|
}
|
|
|
|
]
|
2021-04-25 13:17:50 +02:00
|
|
|
}
|