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",
|
2022-10-10 08:00:09 +02:00
|
|
|
"outDir": "./build",
|
|
|
|
"noImplicitAny": false
|
2020-03-03 23:59:19 +01:00
|
|
|
},
|
2022-10-10 08:00:09 +02:00
|
|
|
"include": ["src/**/*.ts", "types/*.d.ts"],
|
2020-09-07 07:07:05 +02:00
|
|
|
"references": [
|
|
|
|
{
|
2021-04-05 20:39:21 +02:00
|
|
|
"path": "../config"
|
2020-09-07 07:07:05 +02:00
|
|
|
},
|
2021-09-08 19:06:37 +02:00
|
|
|
{
|
|
|
|
"path": "../core/core"
|
|
|
|
},
|
2020-11-15 11:14:09 +01:00
|
|
|
{
|
2023-02-05 21:00:32 +01:00
|
|
|
"path": "../logger/logger"
|
2020-11-15 11:14:09 +01:00
|
|
|
},
|
2020-09-07 07:07:05 +02:00
|
|
|
{
|
|
|
|
"path": "../utils"
|
|
|
|
}
|
|
|
|
]
|
2020-03-03 23:59:19 +01:00
|
|
|
}
|