Files
flipper/desktop/pkg-lib/tsconfig.json
Andrey Goncharov c69d102ca1 Track plugin changes and notify frontend
Summary: Watch source plugin folders and notify frontend that any of them changed. In subsequent diffs, we will start reloading plugins that changed.

Reviewed By: lblasa

Differential Revision: D39539443

fbshipit-source-id: 726916c0bce336a2c0179558526bcb1b74e35b93
2022-09-15 10:02:19 -07:00

20 lines
330 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src",
"types": ["../types/metro", "../types/metro-cache"]
},
"references": [
{
"path": "../babel-transformer"
},
{
"path": "../flipper-common"
},
{
"path": "../plugin-lib"
}
]
}