2020-10-23 23:12:54 +02:00
|
|
|
{
|
|
|
|
"extends": "../../../tsconfig.reference.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": "./src",
|
|
|
|
"outDir": "./build"
|
|
|
|
},
|
|
|
|
"include": ["src/**/*", "types/*.d.ts"],
|
2022-07-29 20:51:45 +02:00
|
|
|
"exclude": ["src/**/*.test.ts"],
|
|
|
|
"references": [
|
|
|
|
{
|
2022-10-10 08:00:09 +02:00
|
|
|
"path": "../../config"
|
2022-07-29 20:51:45 +02:00
|
|
|
},
|
|
|
|
{
|
2022-10-10 08:00:09 +02:00
|
|
|
"path": "../../auth"
|
|
|
|
},
|
|
|
|
{
|
2023-02-05 21:00:32 +01:00
|
|
|
"path": "../../logger/logger"
|
2022-10-10 08:00:09 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "../../core/core"
|
2022-07-29 20:51:45 +02:00
|
|
|
}
|
|
|
|
]
|
2020-10-23 23:12:54 +02:00
|
|
|
}
|