Summary: Flipper plugins rely on 'flipper-plugin' package being accessible from 'global'. Expose a subset (without UI stuff) of flipper-plugin to server add-ons Reviewed By: mweststrate Differential Revision: D34400811 fbshipit-source-id: e0079ddfa67e66c1b24ab02d7682917ddfc84aaf
29 lines
479 B
JSON
29 lines
479 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": "../plugin-lib"
|
|
}
|
|
]
|
|
}
|