Summary: Flipper Server Companion starts headless plugins and exposes them over the wire Reviewed By: passy Differential Revision: D36098170 fbshipit-source-id: 3b1b077d1fa4adca5c340ad4475b80b229586e1b
20 lines
331 B
JSON
20 lines
331 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src",
|
|
"types": ["node", "../types/flipperGlobals"]
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../flipper-common"
|
|
},
|
|
{
|
|
"path": "../flipper-frontend-core"
|
|
},
|
|
{
|
|
"path": "../flipper-plugin"
|
|
}
|
|
]
|
|
}
|