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