Summary: No functional changes, just refactoring for easier implementation of plugin updates installation Reviewed By: passy Differential Revision: D21902525 fbshipit-source-id: fbfa221a89b879b0d08127676b27df65ef63307d
19 lines
541 B
JSON
19 lines
541 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"paths": {
|
|
"flipper": ["./app/src"],
|
|
"flipper-doctor": ["./doctor/src"],
|
|
"flipper-pkg": ["./pkg/src"],
|
|
"flipper-pkg-lib": ["./pkg-lib/src"],
|
|
"live-plugin-manager": ["./types/live-plugin-manager.d.tsx"],
|
|
"flipper-babel-transformer": ["./babel-transformer/src"],
|
|
"flipper-plugin-lib": ["./plugin-lib/src"]
|
|
}
|
|
},
|
|
"exclude": ["**/node_modules/", "**/*.spec.ts"]
|
|
}
|