2020-03-03 17:59:19 -05:00
|
|
|
{
|
2020-09-07 00:07:05 -05:00
|
|
|
"extends": "../../tsconfig.reference.json",
|
2020-03-03 17:59:19 -05:00
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": "./src",
|
|
|
|
"outDir": "./build"
|
|
|
|
},
|
2022-10-10 01:00:09 -05:00
|
|
|
"include": ["src/**/*.ts", "types/*.d.ts"],
|
2020-09-07 00:07:05 -05:00
|
|
|
"exclude": ["src/**/*.test.ts"],
|
|
|
|
"references": [
|
|
|
|
{
|
2021-04-05 13:39:21 -05:00
|
|
|
"path": "../config"
|
2020-09-07 00:07:05 -05:00
|
|
|
},
|
|
|
|
{
|
2023-02-05 15:00:32 -05:00
|
|
|
"path": "../logger/logger"
|
2020-09-07 00:07:05 -05:00
|
|
|
},
|
2021-02-14 14:56:43 -05:00
|
|
|
{
|
2022-08-08 00:14:23 -05:00
|
|
|
"path": "../server/express"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "../server/fastify"
|
2020-09-07 00:07:05 -05:00
|
|
|
}
|
|
|
|
]
|
2020-03-03 17:59:19 -05:00
|
|
|
}
|