Summary: Initial layout for Plugin Info view built based on Plugin Manager Flow mockups. Reviewed By: mweststrate Differential Revision: D29186006 fbshipit-source-id: 01fafbdba049baf2e573228ff5b939ebc4871db2
32 lines
504 B
JSON
32 lines
504 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src",
|
|
"esModuleInterop": true,
|
|
"emitDeclarationOnly": true
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../doctor"
|
|
},
|
|
{
|
|
"path": "../flipper-plugin"
|
|
},
|
|
{
|
|
"path": "../plugin-lib"
|
|
},
|
|
{
|
|
"path": "../test-utils"
|
|
},
|
|
{
|
|
"path": "../plugins/public/navigation"
|
|
}
|
|
],
|
|
"exclude": [
|
|
"**/node_modules/",
|
|
"**/__tests__/",
|
|
"**/lib/"
|
|
]
|
|
}
|