{ "extends": "../tsconfig.base.json", "compilerOptions": { "outDir": "lib", "rootDir": "src", "lib": ["dom", "ES2021"], "types": ["jest", "../types/jest-extensions", "react/next", "react-dom/next"] }, "references": [ { "path": "../flipper-common" } ] }