Files
flipper/desktop/tsc-root/tsconfig.json
Andrey Goncharov 226ccf91f6 Create flipper-server-client package
Summary:
FlipperServerClient is a useful abstraction for any JS-based client of headless Flipper. No need to bundle it with flipper-frontend-core, as the rest is not useful for external clients.
Currently, I am planning to add it to jest-e2e to send commands to Flipper

Reviewed By: lblasa

Differential Revision: D40765668

fbshipit-source-id: af48710bb15444ac1ecd649fe9a2ab252f3088f3
2022-10-31 04:26:43 -07:00

62 lines
924 B
JSON

{
"references": [
{
"path": "../babel-transformer"
},
{
"path": "../plugin-lib"
},
{
"path": "../flipper-common"
},
{
"path": "../flipper-dump"
},
{
"path": "../flipper-frontend-core"
},
{
"path": "../flipper-plugin"
},
{
"path": "../flipper-plugin-core"
},
{
"path": "../flipper-server"
},
{
"path": "../flipper-server-client"
},
{
"path": "../flipper-server-companion"
},
{
"path": "../flipper-server-core"
},
{
"path": "../flipper-ui-browser"
},
{
"path": "../flipper-ui-core"
},
{
"path": "../pkg"
},
{
"path": "../pkg-lib"
},
{
"path": "../doctor"
},
{
"path": "../eslint-plugin-flipper"
},
{
"path": "../test-utils"
},
{
"path": "../scripts"
}
]
}