Summary: This changes moves most of the functionality found in flipper-server to flipper-server-core. flipper-server will mostly be a package that wraps around flipper-server-core. Staying in flipper-server: - Command line args - Orchestration to start the necessary servers Reviewed By: aigoncharov Differential Revision: D36807087 fbshipit-source-id: f29002c7cc5d08b8c5184fdaaa02ba22562a9f45
35 lines
576 B
JSON
35 lines
576 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src",
|
|
"esModuleInterop": true,
|
|
"types": [
|
|
"../types/JSONStream",
|
|
"../types/adbkit",
|
|
"../types/openssl-wrapper",
|
|
"../types/adbkit-logcat"
|
|
]
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../doctor"
|
|
},
|
|
{
|
|
"path": "../flipper-common"
|
|
},
|
|
{
|
|
"path": "../flipper-plugin"
|
|
},
|
|
{
|
|
"path": "../flipper-server-companion"
|
|
},
|
|
{
|
|
"path": "../plugin-lib"
|
|
},
|
|
{
|
|
"path": "../pkg-lib"
|
|
}
|
|
]
|
|
}
|