Summary: No functional changes, just refactoring for easier implementation of plugin updates installation Reviewed By: passy Differential Revision: D21902525 fbshipit-source-id: fbfa221a89b879b0d08127676b27df65ef63307d
14 lines
326 B
JSON
14 lines
326 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src",
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"incremental": true
|
|
},
|
|
"references": [{"path": "../pkg-lib"}, {"path": "../plugin-lib"}],
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "**/__tests__/*"]
|
|
}
|