mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-15 16:24:40 +00:00
9c8837d3cd
fix(@embark/proxy): up max listener for proxy request manager In the tests, we had warnings about max listeners reached, because the default limit is 10. So I upped the limit for the request manager and the WS connection. stoopid CI
24 lines
434 B
JSON
24 lines
434 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declarationDir": "./dist",
|
|
"rootDir": "./src",
|
|
"tsBuildInfoFile": "./node_modules/.cache/tsc/tsconfig.embark-ganache.tsbuildinfo"
|
|
},
|
|
"extends": "../../../tsconfig.base.json",
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../core/core"
|
|
},
|
|
{
|
|
"path": "../../core/i18n"
|
|
},
|
|
{
|
|
"path": "../../core/utils"
|
|
}
|
|
]
|
|
}
|