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"
|
|
|
|
},
|
|
|
|
"include": ["src/**/*"],
|
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
|
|
|
},
|
|
|
|
{
|
2022-07-29 13:51:45 -05:00
|
|
|
"path": "../plugins/local-storage"
|
2020-09-07 00:07:05 -05:00
|
|
|
},
|
|
|
|
{
|
2022-07-29 13:51:45 -05:00
|
|
|
"path": "../core/url"
|
2020-09-07 00:07:05 -05:00
|
|
|
},
|
2021-09-08 12:06:37 -05:00
|
|
|
{
|
|
|
|
"path": "../core/core"
|
|
|
|
},
|
2022-07-29 13:51:45 -05:00
|
|
|
{
|
|
|
|
"path": "../hooks"
|
|
|
|
},
|
2020-09-07 00:07:05 -05:00
|
|
|
{
|
2021-04-05 13:39:21 -05:00
|
|
|
"path": "../loaders"
|
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-04-05 13:39:21 -05:00
|
|
|
"path": "../proxy"
|
2020-09-07 00:07:05 -05:00
|
|
|
},
|
|
|
|
{
|
2021-04-05 13:39:21 -05:00
|
|
|
"path": "../utils"
|
2020-09-07 00:07:05 -05:00
|
|
|
}
|
|
|
|
]
|
2020-03-03 17:59:19 -05:00
|
|
|
}
|