Summary: Start flipper-server-companion whenever a client connects to flipper-server and sets `server_companion` query parameter in a connection URL to true Reviewed By: mweststrate Differential Revision: D36098169 fbshipit-source-id: eb953e7d680b30aef1340f059264112387264c05
25 lines
465 B
JSON
25 lines
465 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src",
|
|
"lib": ["ES2019"],
|
|
"types": ["../types/flipperGlobals", "../types/metro-resolver", "../types/metro"]
|
|
},
|
|
"include": ["./src/*"],
|
|
"references": [
|
|
{
|
|
"path": "../flipper-common"
|
|
},
|
|
{
|
|
"path": "../flipper-server-core"
|
|
},
|
|
{
|
|
"path": "../flipper-server-companion"
|
|
},
|
|
{
|
|
"path": "../pkg-lib"
|
|
}
|
|
]
|
|
}
|