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
20 lines
330 B
JSON
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"
|
|
}
|
|
]
|
|
}
|