{ "extends": "../tsconfig.base.json", "compilerOptions": { "outDir": "lib", "rootDir": ".", "lib": ["ES2019"], "noEmit": true, "esModuleInterop": true, "types": ["jest"] }, "references": [ { "path": "../flipper-common" }, { "path": "../pkg-lib" }, { "path": "../plugin-lib" }, { "path": "../flipper-plugin" } ] }