Files
flipper/desktop/app/tsconfig.json
Anton Nikolaev 1d26faeacb Plugin Info UI layout
Summary: Initial layout for Plugin Info view built based on Plugin Manager Flow mockups.

Reviewed By: mweststrate

Differential Revision: D29186006

fbshipit-source-id: 01fafbdba049baf2e573228ff5b939ebc4871db2
2021-06-29 13:02:05 -07:00

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/"
]
}