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/**/*.ts", "types/*.d.ts"],
|
|
|
|
"exclude": ["src/**/*.test.ts"],
|
|
|
|
"references": [
|
|
|
|
{
|
2021-04-05 20:39:21 +02:00
|
|
|
"path": "../auth"
|
2020-09-07 07:07:05 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "../config"
|
|
|
|
},
|
2021-09-08 19:06:37 +02:00
|
|
|
{
|
|
|
|
"path": "../core/core"
|
|
|
|
},
|
2020-09-07 07:07:05 +02:00
|
|
|
{
|
2021-04-05 20:39:21 +02:00
|
|
|
"path": "../core/tarball"
|
2020-09-07 07:07:05 +02:00
|
|
|
},
|
|
|
|
{
|
2021-04-05 20:39:21 +02:00
|
|
|
"path": "../hooks"
|
2020-09-07 07:07:05 +02:00
|
|
|
},
|
|
|
|
{
|
2023-02-05 21:00:32 +01:00
|
|
|
"path": "../logger/logger"
|
2020-09-07 07:07:05 +02:00
|
|
|
},
|
|
|
|
{
|
2021-04-05 20:39:21 +02:00
|
|
|
"path": "../middleware"
|
2020-09-07 07:07:05 +02:00
|
|
|
},
|
|
|
|
{
|
2022-08-08 07:14:23 +02:00
|
|
|
"path": "../server/express"
|
2020-09-07 07:07:05 +02:00
|
|
|
},
|
|
|
|
{
|
2021-04-05 20:39:21 +02:00
|
|
|
"path": "../store"
|
2021-03-06 18:56:45 +01:00
|
|
|
},
|
|
|
|
{
|
2021-04-05 20:39:21 +02:00
|
|
|
"path": "../utils"
|
2020-09-07 07:07:05 +02:00
|
|
|
}
|
|
|
|
]
|
2020-03-03 23:59:19 +01:00
|
|
|
}
|